Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit ad0e980

Browse files
authored
Merge pull request #182 from LabShare/artemnih-patch-1-1
Enforce scss by default in lib template
2 parents 347a63b + fd0dd03 commit ad0e980

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

templates/ui-package/angular.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@
173173
},
174174
"<%= appNameSlug %>-lib": {
175175
"projectType": "library",
176+
"schematics": {
177+
"@schematics/angular:component": {
178+
"style": "scss"
179+
}
180+
},
176181
"root": "projects/<%= appNameSlug %>-lib",
177182
"sourceRoot": "projects/<%= appNameSlug %>-lib/src",
178183
"prefix": "lib",
@@ -216,4 +221,4 @@
216221
"cli": {
217222
"analytics": false
218223
}
219-
}
224+
}

0 commit comments

Comments
 (0)