what2watch/scss/plugins/radio/_plugin.scss

10 lines
119 B
SCSS
Raw Normal View History

2023-09-22 00:43:18 +00:00
// Radio
// Allows to choose one element from several of them
@import 'class';
[type=radio] {
@extend %radio;
}