what2watch/scss/plugins/select/_plugin.scss

8 lines
113 B
SCSS
Raw Normal View History

2023-09-22 00:43:18 +00:00
// Import the select plugin
@import 'class';
// Implement the plugin for select
select {
@extend %select;
}