From 717faf9f8ffc924dbfda4846d34b770f6cbe4ff5 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 19 Feb 2019 23:45:40 -0500 Subject: [PATCH] format --- sass/form/_index.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sass/form/_index.scss b/sass/form/_index.scss index 22efe94..aaa4a97 100644 --- a/sass/form/_index.scss +++ b/sass/form/_index.scss @@ -150,8 +150,7 @@ checkbox-element { input { &[type="checkbox"] { - width: 0; - height: 0; + width: 0; height: 0; visibility: hidden; &:not(:checked) { @@ -195,8 +194,7 @@ radio-element { input { &[type="radio"] { - width: 0; - height: 0; + width: 0; height: 0; visibility: hidden; &:not(:checked) {