what2watch/scss/plugins/radio/_plugin.scss
2023-09-21 17:43:18 -07:00

9 lines
119 B
SCSS

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