uswds-extended 3.14.5 → 3.14.6

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
@@ -323,7 +323,7 @@ function buildSass() {
323
323
  .pipe(
324
324
  sass({
325
325
  outputStyle: "compressed",
326
- includePaths: buildSettings.includes,
326
+ loadPaths: buildSettings.includes,
327
327
  quietDeps: !settings.compile.sassDeprecationWarnings,
328
328
  }).on("error", handleError)
329
329
  )
@@ -1,5 +1,5 @@
1
1
  @charset "UTF-8";
2
- /*! uswds v3.14.5 */
2
+ /*! uswds v3.14.6 */
3
3
  html{
4
4
  line-height:1.15;
5
5
  -webkit-text-size-adjust:100%;