diff options
| author | Mark Otto <[email protected]> | 2015-04-18 18:12:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-18 18:12:18 -0700 |
| commit | 89db64d4f770a051e793e7a35ef3e0487a62b11c (patch) | |
| tree | 2cd7f47be5a50b0024060cfa5489840f516843d7 | |
| parent | 8f94078da852b1a3b22d108f1029482c676272d9 (diff) | |
| download | bootstrap-89db64d4f770a051e793e7a35ef3e0487a62b11c.tar.xz bootstrap-89db64d4f770a051e793e7a35ef3e0487a62b11c.zip | |
stub out that customize page
| -rw-r--r-- | docs/getting-started/customize.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/getting-started/customize.md b/docs/getting-started/customize.md new file mode 100644 index 000000000..72911e76e --- /dev/null +++ b/docs/getting-started/customize.md @@ -0,0 +1,16 @@ +--- +layout: page +title: Customizing +--- + +todo: this entire page + +- excluding files + - js + - css +- global SCSS settings + - border-radius + - box-shadow + - transitions + - spacer + - hover media queries |
