2015-02-13 13:32:27 +00:00
|
|
|
|
/*****************************************************************
|
|
|
|
|
Import all needed 3rd party sass files plus your own style and variables
|
|
|
|
|
1. understrap_underscores.scss
|
2015-02-13 13:58:00 +00:00
|
|
|
|
--------------------------------------
|
2015-02-13 13:32:27 +00:00
|
|
|
|
2. theme/theme_variables.scss // Overwriting Bootstrap variables and for own variables <-- ADD YOUR VARIABLES HERE
|
2015-02-13 13:58:00 +00:00
|
|
|
|
--------------------------------------
|
2015-02-13 13:32:27 +00:00
|
|
|
|
3. bootstrap/understrap_bootstrap.scss // adding bootstrap <- Dont edit this files!
|
2015-02-13 13:58:00 +00:00
|
|
|
|
--------------------------------------
|
2015-02-13 13:32:27 +00:00
|
|
|
|
4. 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-02-13 13:32:27 +00:00
|
|
|
|
5. font-awesome/understrap_font-awesome.scss <- 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 13:32:27 +00:00
|
|
|
|
|
|
|
|
|
// Any additional imported files //
|
|
|
|
|
6. theme/theme.scss"; // <-- ADD YOUR STYLES HERE
|
|
|
|
|
***************************************************************** */
|
|
|
|
|
|
2015-02-13 13:58:00 +00:00
|
|
|
|
@import "underscores/understrap_underscores";
|
|
|
|
|
@import "theme/theme_variables";
|
|
|
|
|
@import "bootstrap/understrap_bootstrap";
|
|
|
|
|
@import "understrap/understrap";
|
|
|
|
|
@import "font-awesome/understrap_font-awesome";
|
2014-12-10 11:36:38 +00:00
|
|
|
|
|
|
|
|
|
// Any additional imported files //
|
2015-02-13 13:58:00 +00:00
|
|
|
|
@import "theme/theme";
|