Skip to content

himynameisphil/bassplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bassplate

Boilerplate for Basscss with postcss

Features

  • Basic index.html template with asset links and responsive viewport meta tag
  • Starter folder structure
  • npm run scripts for processing with postcss
  • postcss plugins
    • import
    • custom-media
    • custom-properties
    • calc
    • color-function
    • discard-comments
    • autoprefixer

Getting Started

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.

npm start

Use index.html as a starting point and edit the files in src/ to customize the CSS.


MIT License

About

Boilerplate for Basscss with cssnext

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 97.0%
  • HTML 1.5%
  • JavaScript 1.5%