Skip to content

Instantly share code, notes, and snippets.

@aelkz
Created January 28, 2017 00:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aelkz/84a2ae8b715c17696754db1b0110bc14 to your computer and use it in GitHub Desktop.
Save aelkz/84a2ae8b715c17696754db1b0110bc14 to your computer and use it in GitHub Desktop.
VueJS 2.0 scss configuration with: bulma.io + font-awesome
@charset "utf-8";
@import "./../../../node_modules/bulma/sass/utilities/all";
@import "./../../../node_modules/bulma/sass/base/all";
@import "./../../../node_modules/bulma/sass/elements/all";
@import "./../../../node_modules/bulma/sass/components/all";
@import "./../../../node_modules/bulma/sass/grid/all";
@import "./../../../node_modules/bulma/sass/layout/all";
$fa-font-path: './../../../node_modules/font-awesome/fonts/';
@import "./../../../node_modules/font-awesome/css/font-awesome.min.css";
@aelkz
Copy link
Author

aelkz commented Jan 28, 2017

src/assets/scss/index.scss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment