uswds-extended 3.14.6 → 3.14.7

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
@@ -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.7 */
3
3
  html{
4
4
  line-height:1.15;
5
5
  -webkit-text-size-adjust:100%;