what2watch/scss/plugins/radio/_plugin.scss

10 lines
119 B
SCSS

// Radio
// Allows to choose one element from several of them
@import 'class';
[type=radio] {
@extend %radio;
}