You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`paths.src.img` | `"./node_modules/uswds/dist/img"` | Source location of the USWDS images
138
138
`paths.src.js` | `"./node_modules/uswds/dist/js"` | Source location of the USWDS compiled JavaScript files
139
139
`paths.src.projectSass` | `"./sass"` | Source location of any existing project Sass files outside of `paths.dist.sass`.<br/> The `watch` script will watch this directory for changes.
140
-
`paths.dist.sass` | `"./sass"` | Project destination for theme files (Sass entry point and settings)
140
+
`paths.dist.theme` | `"./sass"` | Project destination for theme files (Sass entry point and settings)
141
141
`paths.dist.img` | `"./assets/uswds/images"` | Project destination for images
142
142
`paths.dist.fonts` | `"./assets/uswds/fonts"` | Project destination for fonts
143
143
`paths.dist.js` | `"./assets/uswds/js"` | Project destination for compiled JavaScript
0 commit comments