what2watch/scss/plugins/checkbox/_plugin.scss

9 lines
148 B
SCSS
Raw Normal View History

2023-09-22 00:43:18 +00:00
// Get the checkbox definition
@import 'class';
// Define it for the element checkbox
[type=checkbox] {
@extend %radio;
@extend %checkbox;
}