diff options
| author | Mark Otto <[email protected]> | 2013-09-22 09:19:37 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-22 09:19:37 -0500 |
| commit | 000b445a042cc97d21d743ef917a35c23dde2a3e (patch) | |
| tree | f25abedc41c2c9efa9f58ef48ad3156d9eee29f6 /less | |
| parent | e148923f2764d0af6f7d6fb1b601840d241759b5 (diff) | |
| download | bootstrap-000b445a042cc97d21d743ef917a35c23dde2a3e.tar.xz bootstrap-000b445a042cc97d21d743ef917a35c23dde2a3e.zip | |
Fixes #10755: Don't remove quotes around q element by default
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less index 5ad6a4669..1e4ff9d18 100644 --- a/less/type.less +++ b/less/type.less @@ -255,8 +255,6 @@ blockquote { } // Quotes -q:before, -q:after, blockquote:before, blockquote:after { content: ""; |
