diff options
| author | Mark Otto <[email protected]> | 2015-03-01 14:13:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-03-01 14:13:13 -0800 |
| commit | 9dc5868ea700a8d55af9d3dd90ef58bd110f38b9 (patch) | |
| tree | 9204c9e6270714d7334a6752ada204580921be1f /docs/assets/scss/docs.scss | |
| parent | 517977fca4cf5ee88b5cb8135323b679f59a418b (diff) | |
| download | bootstrap-9dc5868ea700a8d55af9d3dd90ef58bd110f38b9.tar.xz bootstrap-9dc5868ea700a8d55af9d3dd90ef58bd110f38b9.zip | |
Remove dupe docs CSS, move anchor styles to scss directory, recompile
Diffstat (limited to 'docs/assets/scss/docs.scss')
| -rw-r--r-- | docs/assets/scss/docs.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/scss/docs.scss b/docs/assets/scss/docs.scss index f17b1ad22..34a0e4813 100644 --- a/docs/assets/scss/docs.scss +++ b/docs/assets/scss/docs.scss @@ -11,7 +11,7 @@ // Import the syntax highlighting @import "syntax"; -// @import "anchor"; // TODO: move anchor from src to scss directory +@import "anchor"; // Local docs variables $bs-purple: #563d7c; |
