uswds-extended 3.14.7 → 3.14.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/compile/index.js CHANGED
@@ -103,11 +103,11 @@ let settings = {
103
103
  },
104
104
  dist: {
105
105
  theme: "./sass",
106
- img: "./assets/uswds/img",
107
- fonts: "./assets/uswds/fonts",
108
- js: "./assets/uswds/js",
109
- css: "./assets/uswds/css",
110
- components: "./assets/uswds/components",
106
+ img: "./assets/img",
107
+ fonts: "./assets/fonts",
108
+ js: "./assets/js",
109
+ css: "./assets/css",
110
+ components: "./assets/components",
111
111
  },
112
112
  },
113
113
  browserslist: ["> 2%", "last 2 versions", "not dead"],
@@ -1,5 +1,5 @@
1
1
  @charset "UTF-8";
2
- /*! uswds v3.14.7 */
2
+ /*! uswds v3.14.8 */
3
3
  html{
4
4
  line-height:1.15;
5
5
  -webkit-text-size-adjust:100%;