Skip to content

Commit a5adbfc

Browse files
committed
fix(schematics): update schema.json with latest from Angular
1 parent 4bc9ba7 commit a5adbfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/schematics/src/application/schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@
6161
"items": [
6262
{
6363
"value": "css",
64-
"label": "CSS"
64+
"label": "CSS [ https://developer.mozilla.org/docs/Web/CSS ]"
6565
},
6666
{
6767
"value": "scss",
68-
"label": "SCSS [ https://sass-lang.com/documentation/syntax#scss ]"
68+
"label": "Sass (SCSS) [ https://sass-lang.com/documentation/syntax#scss ]"
6969
},
7070
{
7171
"value": "sass",
72-
"label": "Sass [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]"
72+
"label": "Sass (Indented) [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]"
7373
},
7474
{
7575
"value": "less",
76-
"label": "Less [ http://lesscss.org ]"
76+
"label": "Less [ http://lesscss.org ]"
7777
}
7878
]
7979
},

0 commit comments

Comments
 (0)