Boilerplate for Basscss with Gulp and Rework
- Basic
index.html
template with asset links and responsive viewport meta tag - Starter folder structure
- Gulp task for compiling CSS with Rework
- Gulp task for local web server
- Basswork CSS preprocessor
- Autoprefixer
- Rework Variables based on the CSS variables syntax
- Rework Custom Media Queries based on the CSS syntax
- Rework NPM imports
- Rework Calc to compile
calc()
syntax - Rework Plugin Colors
To start fresh, clone Bassplate into a new project and remove its git directory.
git clone https://github.com/jxnblk/bassplate.git new-project
cd new-project
rm -rf .git
Install dev dependencies. (Requires Node NPM -- Install Node)
npm install
Run the default Gulp task to compile assets and start a local web server. (Requires Gulp -- Install Gulp)
gulp
Use index.html
as a starting point and edit the files in src/
to customize the CSS.
MIT License