From: harry Date: Sun, 12 Mar 2017 19:01:26 +0000 (+0530) Subject: Removed hack keyword from comments! X-Git-Tag: v6.4.0-rc1~65^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac076f21a83ad546baf1214d434ca2c6c33642d5;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed hack keyword from comments! --- diff --git a/scss/forms/_meter.scss b/scss/forms/_meter.scss index f225f8aef..c31b2f9e1 100644 --- a/scss/forms/_meter.scss +++ b/scss/forms/_meter.scss @@ -37,9 +37,9 @@ $meter-fill-bad: $alert-color !default; height: $meter-height; margin-bottom: 1rem; - // Specific Hack to disable `-webkit-appearance: none` from getting prefixed, - // We have disabled autoprefixer first and are just using `-moz-appearance: none` - // as a prefix and neglecting `-webkit-appearance: none` + // Disable `-webkit-appearance: none` from getting prefixed, + // We have disabled autoprefixer first and are just only using + // `-moz-appearance: none` as a prefix and neglecting the webkit. /*! autoprefixer: off */ -moz-appearance: none;