UNPKG

uswds

Version:

Open source UI components and visual style guide for U.S. government websites

12 lines (11 loc) 259 B
{ "private": true, "scripts": { "build:css": "node-sass --include-path node_modules/uswds/src/stylesheets src/css -o css", "watch:css": "npm run build:css -- --watch" }, "dependencies": { "node-sass": "^4.5.2", "uswds": "^1.1.0" } }