Skip to content

Commit 9c12570

Browse files
TomHAndersonmathisGarberg
authored andcommitted
Feature/app styles (master branch) (mathisGarberg#55)
* Move theme to styles and main.scss (back) to styles.scss * Correct readme for styles directory path
1 parent 00992a6 commit 9c12570

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
],
3838
"styles": [
39-
{ "input": "src/main.scss" }
39+
{ "input": "src/styles.scss" }
4040
],
4141
"scripts": []
4242
},

src/main.scss renamed to src/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
@include mat-core();
99

10-
@import './theme/black-theme.scss';
11-
@import './theme/light-theme.scss';
10+
@import './styles/black-theme.scss';
11+
@import './styles/light-theme.scss';
1212

1313
// import custom component themes here
1414
@import 'styles-reset.scss-theme';
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
Theme Directory
2-
===============
1+
Styles Directory
2+
================
33

44
This directory is part of the structure which `angular-folder-structure`
5-
recommends. For more information about this directory see the
6-
[documentation](https://angular-folder-structure.readthedocs.io/en/latest/theme.html).
7-
5+
recommends. For more information about this directory see the
6+
[documentation](https://angular-folder-structure.readthedocs.io/en/latest/styles.html).
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)