Updated the project.
This commit is contained in:
parent
5dfe9f128d
commit
7919556077
1550 changed files with 17063 additions and 40183 deletions
11
my-app/node_modules/@schematics/angular/application/schema.json
generated
vendored
11
my-app/node_modules/@schematics/angular/application/schema.json
generated
vendored
|
@ -59,18 +59,21 @@
|
|||
"message": "Which stylesheet format would you like to use?",
|
||||
"type": "list",
|
||||
"items": [
|
||||
{ "value": "css", "label": "CSS" },
|
||||
{
|
||||
"value": "css",
|
||||
"label": "CSS [ https://developer.mozilla.org/docs/Web/CSS ]"
|
||||
},
|
||||
{
|
||||
"value": "scss",
|
||||
"label": "SCSS [ https://sass-lang.com/documentation/syntax#scss ]"
|
||||
"label": "Sass (SCSS) [ https://sass-lang.com/documentation/syntax#scss ]"
|
||||
},
|
||||
{
|
||||
"value": "sass",
|
||||
"label": "Sass [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]"
|
||||
"label": "Sass (Indented) [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]"
|
||||
},
|
||||
{
|
||||
"value": "less",
|
||||
"label": "Less [ http://lesscss.org ]"
|
||||
"label": "Less [ http://lesscss.org ]"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue