open-consul/ui-v2/app/styles/app.scss
John Cowen 7417aea972
ui: Use top-level 'named index files' instead of in folder index files (#8274)
* Remove unused phrase-editor CSS

* Move index.scss files to top-level named files to make them more obvious
2020-07-09 14:51:08 +01:00

18 lines
448 B
SCSS

@charset 'utf-8';
/* all variables and custom queries including generic base variables */
@import 'variables';
/*TODO: Move this to its own local component*/
@import 'ember-power-select';
/**/
/* all components including generic base components */
@import 'components';
/* cascading typography */
@import 'typography';
/* layouts */
@import 'layout';
/* pinpoint individual overwrites for those 'just on this page' problems */
@import 'routes';