File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
packages/schematics/angular/application Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 5959 "message" : " Which stylesheet format would you like to use?" ,
6060 "type" : " list" ,
6161 "items" : [
62- { "value" : " css" , "label" : " CSS" },
62+ {
63+ "value" : " css" ,
64+ "label" : " CSS [ https://developer.mozilla.org/docs/Web/CSS ]"
65+ },
6366 {
6467 "value" : " scss" ,
65- "label" : " SCSS [ https://sass-lang.com/documentation/syntax#scss ]"
68+ "label" : " Sass ( SCSS) [ https://sass-lang.com/documentation/syntax#scss ]"
6669 },
6770 {
6871 "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 ]"
7073 },
7174 {
7275 "value" : " less" ,
73- "label" : " Less [ http://lesscss.org ]"
76+ "label" : " Less [ http://lesscss.org ]"
7477 }
7578 ]
7679 },
You can’t perform that action at this time.
0 commit comments