This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/sass/theme.scss

8 lines
669 B
SCSS
Raw Normal View History

@import "underscores/underscores"; // the _s starter theme basic styles <- Dont edit this files!
2014-12-10 11:36:38 +00:00
@import "theme/theme_variables"; // Overwriting Bootstrap variables and for own variables
@import "bootstrap/bootstrap"; // adding bootstrap <- Dont edit this files!
@import "understrap/understrap"; // Some basic understrap styles. Helps to combine Bootsrap and _s theme and provides some basic styleing for additonal functions <- Dont edit this files!
@import "font-awesome/font-awesome"; // <- Dont edit this files! If you don´t need/want Font Awesome support comment out this line
// Any additional imported files //
@import "theme/theme"; // <-- ADD YOUR STYLES HERE