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:
committed by
Andrew Croce
parent
c06b0f679a
commit
ef0ee332b7
@@ -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';
|
||||
|
Reference in New Issue
Block a user