UNPKG

@procore/core-css

Version:

The building blocks of the Procore universe.

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