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