mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
0e920ce3f4
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
675 B
675 B
layout | title | description | group |
---|---|---|---|
docs | Best practices | Learn about some of the best practices we've gathered from years of working on and using Bootstrap. | getting-started |
We've designed and developed Bootstrap to work in a number of environments. Here are some of the best practices we've gathered from years of working on and using it ourselves.
{% capture callout %} Heads up! This copy is a work in progress. {% endcapture %} {% include callout.html content=callout type="info" %}
General outline
- Working with CSS
- Working with Sass files
- Building new CSS components
- Working with flexbox
- Ask in Slack