@department-of-veterans-affairs/css-library 0.6.0 → 0.7.3

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/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@department-of-veterans-affairs/css-library",
3
- "version": "0.6.0",
3
+ "version": "0.7.3",
4
+ "description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
4
5
  "packageManager": "yarn@3.2.0",
5
6
  "files": [
6
7
  "dist/**/*.css",
@@ -9,7 +10,7 @@
9
10
  ],
10
11
  "scripts": {
11
12
  "build:tokens": "style-dictionary build",
12
- "build:stylesheets": "sass --load-path=../../node_modules/@uswds/uswds/packages/ src/stylesheets:dist/",
13
+ "build:stylesheets": "sass --load-path=./node_modules/@uswds/uswds/packages/ src/stylesheets:dist/",
13
14
  "build:minify": "yarn build:stylesheets --style compressed --no-source-map",
14
15
  "build:minify-core": "sass --style compressed --no-source-map dist/core.css:dist/core.min.css",
15
16
  "build": "yarn run clean-dist && yarn run copy && yarn build:tokens && yarn build:stylesheets",
@@ -26,4 +27,4 @@
26
27
  "@divriots/style-dictionary-to-figma": "^0.4.0",
27
28
  "rimraf": "^5.0.5"
28
29
  }
29
- }
30
+ }