https://github.com/leothorp/bootstrap-scss-boilerplate
https://github.com/leothorp/bootstrap-scss-boilerplate
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leothorp/bootstrap-scss-boilerplate
- Owner: leothorp
- Created: 2018-08-20T18:37:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T23:17:27.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T14:39:40.281Z (over 1 year ago)
- Language: CSS
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A basic starting point for laying out a page with Bootstrap's SCSS.
1. `npm install`
2. `npm start`
3. The page is served at localhost:3000. SCSS files are recompiled when saved (but adding a new file may require restarting.)
To override the defaults for Bootstrap SCSS variables, edit _custom.scss (making sure to remove `!default` from the variable definition.)