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

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/README.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # css-library
2
2
 
3
- ## Stylesheets
3
+ The purpose of the CSS Library is to replace the current VA.gov style library (Formation) with styles and tokens based on [USWDS version 3](https://github.com/uswds/uswds).
4
+
5
+ ## Generate all files
4
6
 
5
- The stylesheets generated by this library are based on [USWDS version 3](https://github.com/uswds/uswds) and are intended to eventually replace the Formation CSS library:
7
+ To generate all tokens, stylesheets, and assets, run `yarn build`
6
8
 
7
- - fonts.css
8
- - elements.css
9
- - utilties.css
9
+ ## Stylesheets
10
10
 
11
- To generate stylesheets, run `yarn build:stylesheets` or `yarn build:minify`
11
+ To generate stylesheets, run `yarn build:stylesheets`
12
12
 
13
13
  ## Design Tokens
14
14
 
15
- The tokens generated by this library will be available in several different formats so that various tools and environments can use them.
15
+ To generate all token files, run `yarn build:tokens`
16
16
 
17
- To generate all token files, run `yarn build:tokens`
17
+ The tokens generated by this library will be available in several different formats so that various tools and environments can use them.