The simple, semantic, bare-bones CSS to hold your site together.
Guise Skeleton is part of the Guise™ Internet application framework.
Clean the project and run a full build by invoking:
npm run clean && npm run build
Removes all build artifacts.
npm run clean
Runs project tests.
npm run test
Performs a full build, including tests, minification, and packaging.
npm run build