kril-theme/sass/understrap-child.scss
2016-02-14 10:14:30 +01:00

38 lines
1.8 KiB
SCSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*****************************************************************
Import all needed 3rd party sass files plus your own style and variables
1. ../bower_components/_s/sass/style // Adding underscores default styles ake sure you run bower install before! <- Dont edit this files!
--------------------------------------
2. theme/theme_variables.scss // Overwriting Bootstrap variables and for own variables <-- ADD YOUR VARIABLES HERE
--------------------------------------
3.../bower_components/bootstrap-sass/assets/stylesheets/bootstrap // adding bootstrap from bower components folder. Make sure you run bower install before! <- Dont edit this files!
--------------------------------------
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!
--------------------------------------
5. ../bower_components/fontawesome/scss/font-awesome <- Dont edit this files! If you don´t need/want Font Awesome support comment out this line
--------------------------------------
*
*
*
*******
*****
***
*
// Any additional imported files //
6. theme/theme.scss"; // <-- ADD YOUR STYLES HERE
***************************************************************** */
//@import "../../understrap/bower_components/_s/sass/style";
@import "theme/child_theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap variables here
@import "../bower_components/bootstrap-sass/assets/stylesheets/bootstrap";
@import "../bower_components/understrap/sass/understrap/understrap";
@import "../bower_components/fontawesome/scss/font-awesome";
// Any additional imported files //
@import "theme/child_theme"; // <--------- Add your styles into this file