UNPKG

@procore/core-css

Version:

The building blocks of the Procore universe.

16 lines (15 loc) 225 B
{ "linters": { "src/components/*.scss": [ "npm run lint:scss", ], "**/*.scss": [ "npm run pretty:scss", "git add" ], "**/*.js": [ "npm run pretty:js", "git add" ] } }