2015-02-13 13:32:27 +00:00
|
|
|
|
/*****************************************************************
|
|
|
|
|
Import all needed 3rd party sass files plus your own style and variables
|
2015-08-12 07:06:27 +00:00
|
|
|
|
|
2015-08-21 13:11:53 +00:00
|
|
|
|
0. ../bower_components/_s/sass/style // Adding underscores default styles. Don´t needed if you use Bootstrap for styling
|
2015-02-13 13:58:00 +00:00
|
|
|
|
--------------------------------------
|
2015-08-21 13:11:53 +00:00
|
|
|
|
1. theme/theme_variables.scss // Overwriting Bootstrap variables and for own variables <-- ADD YOUR VARIABLES HERE
|
2015-02-13 13:58:00 +00:00
|
|
|
|
--------------------------------------
|
2015-08-21 13:11:53 +00:00
|
|
|
|
2.../bower_components/bootstrap-sass/assets/stylesheets/bootstrap // adding bootstrap from bower components folder. Make sure you run bower install before! <- Dont edit this files!
|
2015-02-13 13:58:00 +00:00
|
|
|
|
--------------------------------------
|
2015-08-21 13:11:53 +00:00
|
|
|
|
3. understrap/understrap.scss // Some basic understrap styles. Helps to combine Bootsrap and _s theme and provides some basic styleing for additonal functions <- Dont edit this files!
|
2015-02-13 13:58:00 +00:00
|
|
|
|
--------------------------------------
|
2015-08-21 13:11:53 +00:00
|
|
|
|
4. ../bower_components/fontawesome/scss/font-awesome <- Dont edit this files! If you don´t need/want Font Awesome support comment out this line
|
2015-02-13 13:58:00 +00:00
|
|
|
|
--------------------------------------
|
|
|
|
|
|
|
|
|
|
|
2015-02-13 14:39:31 +00:00
|
|
|
|
|
2015-02-13 13:58:00 +00:00
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
*******
|
|
|
|
|
*****
|
|
|
|
|
***
|
|
|
|
|
*
|
2015-02-13 14:39:31 +00:00
|
|
|
|
|
|
|
|
|
|
2015-02-13 13:32:27 +00:00
|
|
|
|
|
|
|
|
|
// Any additional imported files //
|
|
|
|
|
6. theme/theme.scss"; // <-- ADD YOUR STYLES HERE
|
|
|
|
|
***************************************************************** */
|
|
|
|
|
|
2015-08-20 17:14:59 +00:00
|
|
|
|
// @import "../bower_components/_s/sass/style";
|
|
|
|
|
@import "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
|
2016-03-20 09:33:18 +00:00
|
|
|
|
@import "../_dev/sass/bootstrap-sass/bootstrap";
|
2015-02-13 13:58:00 +00:00
|
|
|
|
@import "understrap/understrap";
|
2016-03-20 09:33:18 +00:00
|
|
|
|
@import "../_dev/sass/fontawesome/font-awesome";
|
|
|
|
|
@import "../_dev/css/owl.carousel.min.css";
|
|
|
|
|
@import "../_dev/css/owl.theme.default.min.css";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
2015-08-12 06:13:10 +00:00
|
|
|
|
|
2014-12-10 11:36:38 +00:00
|
|
|
|
// Any additional imported files //
|
2015-08-12 07:34:41 +00:00
|
|
|
|
@import "theme/theme"; // <--------- Add your styles into this file
|