Files
atst/scss/atat.scss
Andrew Croce ef0ee332b7 Some minor restructuring of the SASS files to reflect the architecture of USWDS
Add a brief README explaining best practices for styling
Add comment annotations to the top of each file that references the original USWDS documentation and source
2018-07-06 08:36:45 -04:00

16 lines
374 B
SCSS

@import 'core/variables';
@import '../node_modules/uswds/src/stylesheets/uswds';
@import 'elements/typography';
@import 'elements/inputs';
@import 'elements/buttons';
@import 'elements/tables';
@import 'components/site_action';
@import 'components/empty_state';
@import 'sections/main';
@import 'sections/navigation';
@import 'sections/footer';
@import 'sections/login';