purecss-ui
v1.0.6
Published
Design system built on Pure.css.
Downloads
1
Maintainers
Readme
purecss-ui
purecss-ui is a design system processed via PostCSS.
Demo: https://sanjaythadani.github.io/purecss-ui/
It is built on Pure.css, a set of small responsive css modules.
https://purecss.io/
It attempts to use css processed through PostCSS o create a design system with a minimal footprint that is easily customized. It currenly supports the follwing themes:
-- default
-- dark
The project use gulp as its task runner and will work easier if you have gulp-cli installed globally.
npm install gulp-cli -g
Runninng the project locally:
- Run 'npm install' to install all Node.js dependencies.
- Run 'npm run build:dev' to create all the local artifacts.
- Run 'npm run serve' to run the local Express server. If the files need to be watched then use 'npm run watch' instead.
Creating a distribution:
- Run 'npm install' to install all Node.js dependencies.
- Run 'npm run build:dist' to create the distribution artifacts.