Browse Source
Merge pull request #18 from hojgr/fix/scss-use-relative-path
fix: use relative path for scss import
pull/24/head
Aigars Silkalns
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/assets/scripts/index.js
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
import 'assets/styles/index.scss'; |
|
|
|
import '../styles/index.scss'; |
|
|
|
|
|
|
|
import './masonry'; |
|
|
|
import './charts'; |
|
|
|
|