Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-17 23:46:30 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-02-18 21:38:21 +0300
commitf186faf9ef855b64a4accfbf651f830cd9c0aae2 (patch)
tree2f4e52d59c748759809822c0bcfcb2bf19b81922 /stylus.styl
parent4e8dc1c3124fa8d687eab4c98339902393cf4f91 (diff)
Remove unneeded inline stylelint suppressions.
Diffstat (limited to 'stylus.styl')
-rw-r--r--stylus.styl3
1 files changed, 0 insertions, 3 deletions
diff --git a/stylus.styl b/stylus.styl
index c7a3c7c..83ff35a 100644
--- a/stylus.styl
+++ b/stylus.styl
@@ -1,5 +1,3 @@
-// stylelint-disable declaration-property-value-blacklist
-
// Stylus RFS mixin
//
// Automated font-resizing
@@ -154,7 +152,6 @@ rfs($fs, $important = false)
font-size: $rfs-fluid
if $rfs-safari-iframe-resize-bug-fix
- // stylelint-disable-next-line length-zero-no-unit
min-width: 0vw
else
@media (max-width: $mq-value)