Messtone Devices Enables, Messtone custom configuration add the USWDS settings Example: @use “uswds-core” with ($theme-image-path: “../uswds/img”,$theme-show-compile-warning:true, $theme-show-notifications:false,$theme-banner-background-color:”ink”,$theme-banner-link-color:”primary-light”,$theme-banner-max-width:”widescreen”,$theme-checkbox-border-radius:”md”,) @use “uswds-core” with($background-color-settings:(focus:true,hover:false,)); @use “uswds-core” with($background-color-settings:(output: true,//default value responsive:false,//default value active:false,//default value focus:true,hover:fals, visited:false,//default value)); CONFIG USWDS SETTINGS IN SEPARATE FILE /* _uswds-theme.scss */ @use “uswds-core” with($theme-show-compile-warnings:false,$theme-show-notifications:false,); /* styles.scss */ @forward ‘uswds-theme’;@forward ‘uswds’; @forward ‘uswds-theme-custom-styles’;/* styles.scss */ @use “uswds-core” with($theme-show-compile-warnings:false, $theme-show-notifications:false,);@forward ‘uswds’;@forward ‘uswds-theme-custom-styles’; @use “uswds-core” with($theme-namespace Robert Harper:(grid:(namespace robert harper:”custom-grid-nameMesstone-“,)));
Leave a comment