Skip to content

Commit b5fdc3b

Browse files
committed
Moved base.scss
1 parent dd6306d commit b5fdc3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/sass/main.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
// VENDOR
2-
//@import 'vendor/normalize'; // Imported by Gulp instead
1+
// NORMALIZE
2+
@import "normalize"; // File and path handled by Gulp
33

44
// BASE
55
@import 'base/variables';
6+
@import 'base/base';
67
@import 'base/layout';
78
@import 'base/fonts';
89
@import 'base/typography';

0 commit comments

Comments
 (0)