File tree 1 file changed +7
-4
lines changed
packages/schematics/angular/application
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 59
59
"message" : " Which stylesheet format would you like to use?" ,
60
60
"type" : " list" ,
61
61
"items" : [
62
- { "value" : " css" , "label" : " CSS" },
62
+ {
63
+ "value" : " css" ,
64
+ "label" : " CSS [ https://developer.mozilla.org/docs/Web/CSS ]"
65
+ },
63
66
{
64
67
"value" : " scss" ,
65
- "label" : " SCSS [ https://sass-lang.com/documentation/syntax#scss ]"
68
+ "label" : " Sass ( SCSS) [ https://sass-lang.com/documentation/syntax#scss ]"
66
69
},
67
70
{
68
71
"value" : " sass" ,
69
- "label" : " Sass [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]"
72
+ "label" : " Sass (Indented) [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]"
70
73
},
71
74
{
72
75
"value" : " less" ,
73
- "label" : " Less [ http://lesscss.org ]"
76
+ "label" : " Less [ http://lesscss.org ]"
74
77
}
75
78
]
76
79
},
You can’t perform that action at this time.
0 commit comments