kril-theme/sass/child-theme.scss

12 lines
891 B
SCSS
Raw Normal View History

@import "theme/child_theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap variables here
2016-04-29 10:04:49 +03:00
@import "assets/bootstrap4";// <--------- Loads Bootstrap3 or Bootstrap4. Change from /bootstrap3 to /bootstrap4 Watch out! just for testing in the moment!
@import "../src/sass/understrap/understrap/understrap";// <-------- Loads the UnderStrap defaults. Just a few classes to incorporate BS in WP
@import "../src/sass/understrap/theme/contact-form7";// <-------- Loads some basic styling for contact form 7 plugin
2016-03-23 11:18:13 +02:00
//Optional files - If you don´t use the corresponding scripts/fonts comment em out
@import "assets/font-awesome"; // <------- Font Awesome Icon font
2016-12-02 16:23:51 +02:00
@import "assets/underscores"; // <------- Underscores media styles
2016-03-23 11:18:13 +02:00
// Any additional imported files //
@import "theme/child_theme"; // <--------- Add your styles into this file