Skip to content

Commit

Permalink
fix(schematics): update schema.json with latest from Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Apr 15, 2024
1 parent 4bc9ba7 commit a5adbfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/schematics/src/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@
"items": [
{
"value": "css",
"label": "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 ]"
}
]
},
Expand Down

0 comments on commit a5adbfc

Please sign in to comment.