@department-of-veterans-affairs/css-library 0.7.3 → 0.7.4
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/dist/tokens/css/variables.css +1 -1
- package/dist/tokens/scss/variables.scss +1 -1
- package/dist/uswds-typography.css +1 -1
- package/dist/utilities.css +1978 -1978
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@department-of-veterans-affairs/css-library",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
|
|
5
5
|
"packageManager": "yarn@3.2.0",
|
|
6
6
|
"files": [
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build:tokens": "style-dictionary build",
|
|
13
13
|
"build:stylesheets": "sass --load-path=./node_modules/@uswds/uswds/packages/ src/stylesheets:dist/",
|
|
14
|
-
"build:minify": "yarn build:stylesheets --style compressed
|
|
15
|
-
"build:minify-core": "sass --style compressed
|
|
14
|
+
"build:minify": "yarn build:stylesheets --style compressed",
|
|
15
|
+
"build:minify-core": "sass --style compressed dist/core.css:dist/core.min.css",
|
|
16
16
|
"build": "yarn run clean-dist && yarn run copy && yarn build:tokens && yarn build:stylesheets",
|
|
17
17
|
"clean-dist": "rimraf dist/*",
|
|
18
18
|
"copy-assets": "cp -rv src/assets/fonts dist/fonts/ && cp -rv src/assets/img dist/img/",
|