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.
 
 
 
 
 
 

18 lines
1.1 KiB

// thenews/scss/thenews.scss compile to make
/* The News theme stylesheet for Tiki Wiki CMS Groupware. */
//@import url("//fonts.googleapis.com/css?family=Simonetta");
@import url('https://fonts.googleapis.com/css?family=Mukta:800|Open+Sans|Source+Serif+Pro');
@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?