@xy-labs/thats-pretty
v0.0.16
Published
A CSS Library for styling stuff and for making everything amazing.
Readme
That's Pretty
A CSS Library for styling stuff and for making everything amazing.
Usage
Using these styles in your project.
Development
Install the npm dependencies:
npm installCompile the sass:
npm run-script buildRun a web server:
npm startAutomatically compile based on changes made to the code:
npm run-script watchDevelopment Workflow:
Make changes to the sass and scss found in the /src/scss folder, then run the compile script: npm run-script build to compile your changes and hunt for build errors. After compilation you'll be able to see your changes live in the /dist/ folder. Open /dist/index.html in your browser to view and test your changes.
ToDo
- [ ] Include a minified version along with an unminified version.
- [ ] Provide some nice documentation.
- [ ] Provide some test pages to test the css.
