Boilerplate for Basscss with cssnext
- Basic
index.html
template with asset links and responsive viewport meta tag - Starter folder structure
- npm run scripts for processing with cssnext
- npm run script for local web server
- cssnext features
- Autoprefixer
- Custom properties (variables)
- Custom Media Queries
- Inline imports for npm modules and local files
- Reduce
calc()
color()
To start fresh, clone Bassplate into a new project and remove its git directory.
git clone https://github.com/basscss/bassplate.git new-project
cd new-project
rm -rf .git
Install dev dependencies. (Requires Node and npm -- Install Node)
npm install
Start watching files for compilation and start development server.
npm start
Use index.html
as a starting point and edit the files in src/
to customize the CSS.
MIT License