Answer the question
In order to leave comments, you need to log in
In what format is it convenient to create and edit nested lists?
We need a format similar to YAML in which such a structure would be possible
sass:
folder:
subfolder:
- one
- _variables.scss # Sass Variables
- _functions.scss # Sass Functions
{
"sass": {
"folder": {
"subfolder": {
"one": null
},
"_variables.scss": null,
"_functions.scss": null
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question