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.
consul/ui/packages/consul-ui/app/styles/app.scss

18 lines
500 B

@charset 'utf-8';
/* all variables and custom queries including generic base variables */
@import 'variables';
/* 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';
/* more semantically (for our project) named icons */
@import 'icons';
/* global control of themeable components */
@import 'themes';