wercker-grid.css
v0.1.0-alpha
Published
grid stylesheet
Downloads
3
Readme
wercker-grid.css
Grid system which behaves similar to foundations grid (simialar to version 5.x)
How to develop:
Clone the repository and with yarn installed run:
yarn install
Use the dev command to start developing (it will watch the src folder for changes and update the main.css):
yarn run dev
To view the result in the preview page in the browser open dev.html
with your favorite browser.
Supported script commands:
dev
Used for development, starts a watch on the source and updates the dist folder accordingly
build
Used during the build to create the exported css
lint
Convenient command that runs all the linters/checkers (here it's an alias for lint-css)
lint-css
Runs linting tools for css
license-check
Checks if all of the installed dependencies have compatible licenses
visual-test
Meant to be run inside wercker dev
, runs a gemini test to see if the current rendered result is the same as the screenshots
update-visuals
Meant to be run inside wercker dev
. This command updates the screenshots used to compare with in the visual-test