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
parent
commit
047acaa6e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/assets/scripts/index.js

+ 1
- 1
src/assets/scripts/index.js View File

@ -1,4 +1,4 @@
import 'assets/styles/index.scss';
import '../styles/index.scss';
import './masonry';
import './charts';


Loading…
Cancel
Save