diff options
| author | Mark Otto <[email protected]> | 2016-02-06 15:32:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 15:32:00 -0800 |
| commit | e06d6365f8a03979e479ffc21f0d9bee378387f4 (patch) | |
| tree | e660513a9df2d3c0e403c7ef47b8fe462b1a58ed /docs | |
| parent | 40c3be90ca929df58834bf44dc979dcebf4f687e (diff) | |
| download | bootstrap-e06d6365f8a03979e479ffc21f0d9bee378387f4.tar.xz bootstrap-e06d6365f8a03979e479ffc21f0d9bee378387f4.zip | |
Strip out .err from our syntax highlighting styles because it fucks up our placeholders in code snippets
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/_syntax.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/assets/scss/_syntax.scss b/docs/assets/scss/_syntax.scss index 83aab0f4d..ac08f818d 100644 --- a/docs/assets/scss/_syntax.scss +++ b/docs/assets/scss/_syntax.scss @@ -1,6 +1,5 @@ .hll { background-color: #ffc; } .c { color: #999; } -.err { color: #a00; background-color: #faa; } .k { color: #069; } .o { color: #555; } .cm { color: #999; } |
