diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2bb798..5b61f8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - All theme variables are now set as [default values](https://sass-lang.com/documentation/variables#default-values), allowing you to override them for per-project requirements. - Note: Since the design system is meant to be an opinionated set of smart defaults, it's recommended to use restraint with variable customization, or at least consider when it may be more appropriate to adjust a setting from the design system itself in order to maintain consistency across projects. +- Responsive variants of width utility classes are now enabled. ## 6.1.0 diff --git a/src/scss/uswds-theme/_utilities.scss b/src/scss/uswds-theme/_utilities.scss index 7747dffe..85a81518 100644 --- a/src/scss/uswds-theme/_utilities.scss +++ b/src/scss/uswds-theme/_utilities.scss @@ -31,18 +31,3 @@ $global-color-palettes: ( 'palette-color-default', 'palette-color-state', ) !default; - -/* ----------------------------------------- -Settings ----------------------------------------- -*/ - -$width-settings: ( - output: true, - responsive: false, - active: false, - focus: false, - hover: false, - visited: false, -) !default;