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