diff options
| author | Mark Otto <[email protected]> | 2015-08-10 11:18:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-10 11:18:06 -0700 |
| commit | b1d9df0043b751c183ae89d771a40ac67a3ef135 (patch) | |
| tree | ffffe92354b5e4087f4a6f20f092c9d2b2a1e4c6 /docs | |
| parent | 39a8402b650b4728e20770628237972fdb8a5483 (diff) | |
| download | bootstrap-b1d9df0043b751c183ae89d771a40ac67a3ef135.tar.xz bootstrap-b1d9df0043b751c183ae89d771a40ac67a3ef135.zip | |
stub out a best practices page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started/best-practices.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/getting-started/best-practices.md b/docs/getting-started/best-practices.md new file mode 100644 index 000000000..701b0b7e3 --- /dev/null +++ b/docs/getting-started/best-practices.md @@ -0,0 +1,16 @@ +--- +layout: page +title: Best practices +group: 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. + +{% callout info %} +**Heads up!** This copy is a work in progress. +{% endcallout %} + +### General outline +- Working with CSS +- Working with Sass files +- Ask in Slack |
