Skip to content

Instantly share code, notes, and snippets.

@scheibome
Created September 8, 2021 06:38
Show Gist options
  • Save scheibome/5fca7340650ff1f51974dc0a305c0708 to your computer and use it in GitHub Desktop.
Save scheibome/5fca7340650ff1f51974dc0a305c0708 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
%checkboxandRadioStyle {
+ label {
&:before {
border: 1px solid red;
@at-root .checkboxtype#{&} {
border-color: black;
}
}
}
}
[type=radio],
[type=checkbox] {
@extend %checkboxandRadioStyle;
}
/* ------- */
[type=radio],
[type=checkbox] {
+ label {
&:before {
border: 1px solid red;
@at-root .checkboxtype#{&} {
border-color: black;
}
}
}
}
[type=radio] + label:before,
[type=checkbox] + label:before {
border: 1px solid red;
}
.checkboxtype[type=radio] + label:before,
.checkboxtype[type=checkbox] + label:before {
border-color: black;
}
/* ------- */
[type=radio] + label:before,
[type=checkbox] + label:before {
border: 1px solid red;
}
.checkboxtype[type=radio] + label:before, [type=checkbox] + label:before {
border-color: black;
}
{
"sass": {
"compiler": "dart-sass/1.32.12",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment