uswds-extended 3.14.6 → 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"],
@@ -377,7 +377,7 @@ async function buildSassExtended() {
377
377
  .pipe(
378
378
  sass({
379
379
  outputStyle: "expanded",
380
- includePaths: buildSettings.includes,
380
+ loadPaths: buildSettings.includes,
381
381
  quietDeps: !settings.compile.sassDeprecationWarnings,
382
382
  }).on("error", handleError)
383
383
  )
@@ -1,5 +1,5 @@
1
1
  @charset "UTF-8";
2
- /*! uswds v3.14.6 */
2
+ /*! uswds v3.14.8 */
3
3
  html{
4
4
  line-height:1.15;
5
5
  -webkit-text-size-adjust:100%;