mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-17 04:59:37 -04:00
Initial USWDS install
This commit is contained in:
23
app/assets/sass/uswds/_uswds-theme-custom-styles.scss
Normal file
23
app/assets/sass/uswds/_uswds-theme-custom-styles.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* * * * * ==============================
|
||||
* * * * * ==============================
|
||||
* * * * * ==============================
|
||||
* * * * * ==============================
|
||||
========================================
|
||||
========================================
|
||||
========================================
|
||||
----------------------------------------
|
||||
USWDS THEME CUSTOM STYLES
|
||||
----------------------------------------
|
||||
!! Copy this file to your project's
|
||||
sass root. Don't edit the version
|
||||
in node_modules.
|
||||
----------------------------------------
|
||||
Custom project SASS goes here.
|
||||
|
||||
i.e.
|
||||
@include u-padding-right('05');
|
||||
----------------------------------------
|
||||
*/
|
||||
|
||||
@use "uswds-core" as *;
|
||||
15
app/assets/sass/uswds/_uswds-theme.scss
Normal file
15
app/assets/sass/uswds/_uswds-theme.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
----------------------------------------
|
||||
USWDS with settings overrides
|
||||
----------------------------------------
|
||||
Uncomment the following lines and add a list of changed settings
|
||||
in the form $setting: value,
|
||||
----------------------------------------
|
||||
*/
|
||||
|
||||
//
|
||||
// @use "uswds-core" with (
|
||||
// $setting: value,
|
||||
// $setting: value
|
||||
// );
|
||||
//
|
||||
3
app/assets/sass/uswds/styles.scss
Normal file
3
app/assets/sass/uswds/styles.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
@forward "uswds-theme";
|
||||
@forward "uswds";
|
||||
@forward "uswds-theme-custom-styles";
|
||||
Reference in New Issue
Block a user