Thanks to visit codestin.com
Credit goes to github.com

Skip to content

USWDS - Bug: Version number appears twice on compile #5904

@mejiaj

Description

@mejiaj

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 @version */

/*! 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

  1. Run npx gulp compileSass.
  2. Go to dist/css/uswds.css and/or minified version.
  3. Confirm duplicate version at the top.

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions