Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.2 KB

Starter Project for Sass/Compass/Bootstrap

This startup project is based on Responsive CSS with Sass and Compass with Ray Villalobos.

I've added bootstrap-sass and a script.js starter file.

Getting Started

  • Clone the repo
  • Rename the folder whatever you want
  • Open package.json and change "name" : to the name of your project
  • In Terminal (Mac), type npm install (You must have Node.js installed.)
  • Open the index file in Chrome
  • In Terminal (Mac), type grunt - it should report Running "watch" task and Waiting...
  • When you make and edit to a .scss or .js file in the components folder, Chrome should reload your page and you'll see the change

Customizing Bootstrap

You can also customize which Bootstrap modules are included:

  • Customize the Bootstrap JS modules by adding/removing them from the /js/bootstrap folder.
  • Customize the Bootstrap CSS modules by adding/removing the from the /sass/bootstrap/_bootstrap-custom.scss folder.
  • Override Bootstrap variables in /sass/bootstrap/_bootstrap-variables.scss.

Be warned, this is as of yet untested!