diff options
| author | XhmikosR <[email protected]> | 2017-11-28 12:26:50 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-28 12:26:50 +0200 |
| commit | c2c0eebd4328524e8202f9e87dabbbf8755c31e7 (patch) | |
| tree | c3381d0e8c276a3dda42353ebc1c2862c6ea42cb /scss | |
| parent | 6050d72a3a0423fd3383ab978f8c3843f91c1002 (diff) | |
| download | bootstrap-c2c0eebd4328524e8202f9e87dabbbf8755c31e7.tar.xz bootstrap-c2c0eebd4328524e8202f9e87dabbbf8755c31e7.zip | |
Update devDependencies and gems. (#24876)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/mixins/_text-hide.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/mixins/_text-hide.scss b/scss/mixins/_text-hide.scss index 52a38a906..aa551fde5 100644 --- a/scss/mixins/_text-hide.scss +++ b/scss/mixins/_text-hide.scss @@ -1,5 +1,6 @@ // CSS image replacement @mixin text-hide() { + // stylelint-disable-next-line font-family-no-missing-generic-family-keyword font: 0/0 a; color: transparent; text-shadow: none; |
