Skip to content

Commit c119a40

Browse files
elvisbegovicKeen Yee Liau
authored and
Keen Yee Liau
committed
fix(@schematics/angular): update sass documentation links
Closes #14975
1 parent 15cf32f commit c119a40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/schematics/angular/ng-new/schema.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@
130130
"type": "list",
131131
"items": [
132132
{ "value": "css", "label": "CSS" },
133-
{ "value": "scss", "label": "SCSS [ http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax ]" },
134-
{ "value": "sass", "label": "Sass [ http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html ]" },
135-
{ "value": "less", "label": "Less [ http://lesscss.org ]" },
136-
{ "value": "styl", "label": "Stylus [ http://stylus-lang.com ] " }
133+
{ "value": "scss", "label": "SCSS [ https://sass-lang.com/documentation/syntax#scss ]" },
134+
{ "value": "sass", "label": "Sass [ https://sass-lang.com/documentation/syntax#the-indented-syntax ]" },
135+
{ "value": "less", "label": "Less [ http://lesscss.org ]" },
136+
{ "value": "styl", "label": "Stylus [ http://stylus-lang.com ]" }
137137
]
138138
},
139139
"x-user-analytics": 5

0 commit comments

Comments
 (0)