Skip to content

Instantly share code, notes, and snippets.

@marcelmokos
Last active October 26, 2018 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelmokos/851ce7c7e67d77daf209170b89cf1cc4 to your computer and use it in GitHub Desktop.
Save marcelmokos/851ce7c7e67d77daf209170b89cf1cc4 to your computer and use it in GitHub Desktop.
Whenever possible, avoid modifying Bootstrap’s core files. For Sass, that means creating your own stylesheet that imports Bootstrap so you can modify and extend it. Assuming you’re using a package manager like npm, you’ll have a file structure that looks like this
your-project/
├── scss
│ ├── variables.scss
│ └── custom.scss
└── node_modules/
└── bootstrap
├── js
└── scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment