From ac076f21a83ad546baf1214d434ca2c6c33642d5 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 13 Mar 2017 00:31:26 +0530 Subject: [PATCH] Removed hack keyword from comments! --- scss/forms/_meter.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.47.2