src_js/iconolab-bundle/src/main.scss
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 06 Feb 2017 11:18:02 +0100
changeset 309 c5b524696fb3
child 317 3cb75bbbb8b2
permissions -rw-r--r--
Improve JS/CSS compilation. - Move config files to project root. - Output only one JS file & one CSS file containing all assets. - Stop copying Bootstrap assets by hand. - Introduce Sass for stylesheets. - Configure Webpack dev server for page reload. - Move all JS to the bottom of the page in layout.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
309
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     1
$icon-font-path: "bootstrap-sass/assets/fonts/bootstrap/";
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     2
@import "~bootstrap-sass/assets/stylesheets/bootstrap";
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     3
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     4
$fa-font-path: "font-awesome/fonts";
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     5
@import "~font-awesome/scss/font-awesome";
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     6
c5b524696fb3 Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     7
@import "iconolab";