]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed hack keyword from comments! 9868/head
authorharry <harmanmanchanda182@gmail.com>
Sun, 12 Mar 2017 19:01:26 +0000 (00:31 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 12 Mar 2017 19:01:26 +0000 (00:31 +0530)
scss/forms/_meter.scss

index f225f8aef7545217ad91005c3a1612824ac25d31..c31b2f9e1126ce76e0df5b7625626c7b2c22865f 100644 (file)
@@ -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;