Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@department-of-veterans-affairs/css-library

Package Overview
Dependencies
Maintainers
31
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@department-of-veterans-affairs/css-library - npm Package Compare versions

Comparing version 0.6.0-beta.0 to 0.6.0

dist/full.css

14

package.json
{
"name": "@department-of-veterans-affairs/css-library",
"version": "0.6.0-beta.0",
"version": "0.6.0",
"packageManager": "yarn@3.2.0",

@@ -14,4 +14,7 @@ "files": [

"build:minify": "yarn build:stylesheets --style compressed --no-source-map",
"build": "yarn run copy && yarn build:tokens && yarn build:stylesheets",
"copy": "node ./copy-uswds-color-tokens.js"
"build:minify-core": "sass --style compressed --no-source-map dist/core.css:dist/core.min.css",
"build": "yarn run clean-dist && yarn run copy && yarn build:tokens && yarn build:stylesheets",
"clean-dist": "rimraf dist/*",
"copy-assets": "cp -rv src/assets/fonts dist/fonts/ && cp -rv src/assets/img dist/img/",
"copy": "node ./copy-uswds-color-tokens.js && yarn run copy-assets"
},

@@ -24,4 +27,5 @@ "devDependencies": {

"dependencies": {
"@divriots/style-dictionary-to-figma": "^0.4.0"
"@divriots/style-dictionary-to-figma": "^0.4.0",
"rimraf": "^5.0.5"
}
}
}
# css-library
## Stylesheets
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).
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:
## Generate all files
- fonts.css
- elements.css
- utilties.css
To generate all tokens, stylesheets, and assets, run `yarn build`
To generate stylesheets, run `yarn build:stylesheets` or `yarn build:minify`
## Stylesheets
To generate stylesheets, run `yarn build:stylesheets`
## Design Tokens
To generate all token files, run `yarn build:tokens`
The tokens generated by this library will be available in several different formats so that various tools and environments can use them.
To generate all token files, run `yarn build:tokens`

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc