Autoformatter revert

This commit is contained in:
netop:// ウェッブ 2019-02-13 17:32:56 -06:00 committed by GitHub
parent cdd6da853f
commit 299e0e825d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,8 +149,7 @@ checkbox-element {
input {
&[type="checkbox"] {
width: 0;
height: 0;
width: 0; height: 0;
visibility: hidden;
&:not(:checked) {
@ -194,8 +193,7 @@ radio-element {
input {
&[type="radio"] {
width: 0;
height: 0;
width: 0; height: 0;
visibility: hidden;
&:not(:checked) {