-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Labels
Affects: CompilingRelated to compiling Sass or JavaScriptRelated to compiling Sass or JavaScriptContext: SassIssue is in SassIssue is in Sass
Milestone
Description
The USWDS version number is appearing twice as a comment.
/* Generated CSS in dist/css/uswds.css */
@charset "UTF-8";
/*! uswds v3.8.0 */
/*! uswds v3.8.0 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */Appears here in code:
uswds/packages/uswds/_index.scss
Line 1 in 4ec51f4
| /*! uswds @version */ |
uswds/src/stylesheets/uswds.scss
Line 1 in 4ec51f4
| /*! uswds @version */ |
Todo
- Identify which is the most recommended file in guidance to determine which keeps the version.
- Remove duplicate version comment.
Steps to reproduce
- Run
npx gulp compileSass. - Go to
dist/css/uswds.cssand/or minified version. - Confirm duplicate version at the top.
Metadata
Metadata
Assignees
Labels
Affects: CompilingRelated to compiling Sass or JavaScriptRelated to compiling Sass or JavaScriptContext: SassIssue is in SassIssue is in Sass
Type
Projects
Status
Done