8 lines
113 B
SCSS
8 lines
113 B
SCSS
|
// Import the select plugin
|
||
|
@import 'class';
|
||
|
|
||
|
// Implement the plugin for select
|
||
|
select {
|
||
|
@extend %select;
|
||
|
}
|