We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc9ba7 commit a5adbfcCopy full SHA for a5adbfc
packages/schematics/src/application/schema.json
@@ -61,19 +61,19 @@
61
"items": [
62
{
63
"value": "css",
64
- "label": "CSS"
+ "label": "CSS [ https://developer.mozilla.org/docs/Web/CSS ]"
65
},
66
67
"value": "scss",
68
- "label": "SCSS [ https://sass-lang.com/documentation/syntax#scss ]"
+ "label": "Sass (SCSS) [ https://sass-lang.com/documentation/syntax#scss ]"
69
70
71
"value": "sass",
72
- "label": "Sass [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]"
+ "label": "Sass (Indented) [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]"
73
74
75
"value": "less",
76
- "label": "Less [ http://lesscss.org ]"
+ "label": "Less [ http://lesscss.org ]"
77
}
78
]
79
0 commit comments