]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix syntax of .text-hide's `font` property value 18677/head
authorChris Rebert <code@chrisrebert.com>
Fri, 25 Dec 2015 21:01:46 +0000 (14:01 -0700)
committerChris Rebert <code@chrisrebert.com>
Fri, 25 Dec 2015 21:06:39 +0000 (14:06 -0700)
commit4a05f19a3b9e02ed4996eb5e2c78077376481c7b
tree360fe54b7d8a21ccc1bb00405600f9dd00e13ffb
parent4258fb7992666bbe2e1adfb04c332b4b3bc86f2f
Fix syntax of .text-hide's `font` property value

In SCSS, the quotes were included verbatim in the resulting CSS, which isn't valid syntax for the `font` property.
Removing the quotes fixes the syntax error and does not cause any SCSS compiler error.

[skip sauce]
[skip validator]
scss/mixins/_text-hide.scss