Skip to content

Commit dd3cbce

Browse files
committed
remove development inheritances
I assume these pages as production-ready now
1 parent 9795281 commit dd3cbce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/scss/dashboard.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Haroen Viaene <[email protected]>
44
*/
55

6-
@import 'development';
6+
@import 'generic';
77

88
$color-status-good: $color-accent-light;
99
$color-status-bad: complement($color-accent-light);

src/scss/login.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Styles for the firebase page.
33
*/
44

5-
@import 'development';
5+
@import 'generic';
66

77
body {
88
text-align: center;

0 commit comments

Comments
 (0)