You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
1.0 KiB

// tikinewt/scss/tikinewt.scss; compile to make
/* The TikiNewt theme style sheet for Tiki Wiki CMS Groupware. */
@import url("//fonts.googleapis.com/css?family=Simonetta");
@import "../../base_files/scss/_tiki-bootstrap_functions"; // Required Bootstrap
@import "variables"; // Theme overrides of Bootstrap defaults plus any additional variables
@import "../../base_files/scss/_tiki-variables.scss"; // Values/definitions for Tiki variables (outside of Bootstrap variables) such as _tiki-selectors.scss.
@import "../../default/scss/variables"; // Bootstrap default variables, with a few Tiki overrides
@import "../../base_files/scss/_tiki-bootstrap_layout_and_components"; // Optional Bootstrap
@import "../../base_files/scss/_tiki-selectors.scss"; // Tiki CSS selectors used globally
@import "_tiki-selectors.scss"; // Tiki CSS selectors used by the theme
@import "../../base_files/scss/_external-scripts.scss"; // Why is this imported separately?
@import "../../base_files/scss/_select2-tiki_colors.scss"; // Why isn't this imported by external scripts?