what2watch/scss/plugins/checkbox/_plugin.scss

9 lines
148 B
SCSS

// Get the checkbox definition
@import 'class';
// Define it for the element checkbox
[type=checkbox] {
@extend %radio;
@extend %checkbox;
}