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
This commit is contained in:
Andrew Croce
2018-07-05 16:16:39 -04:00
committed by Andrew Croce
parent c06b0f679a
commit ef0ee332b7
10 changed files with 216 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
@import 'base/variables';
@import 'core/variables';
@import '../node_modules/uswds/src/stylesheets/uswds';
@import 'base/typography';
@import 'base/forms';
@import 'base/buttons';
@import 'base/tables';
@import 'elements/typography';
@import 'elements/inputs';
@import 'elements/buttons';
@import 'elements/tables';
@import 'components/site_action';
@import 'components/empty_state';
@@ -12,4 +12,4 @@
@import 'sections/main';
@import 'sections/navigation';
@import 'sections/footer';
@import 'sections/login';
@import 'sections/login';