mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:26:35 +08:00
303f229e98
By default, SCSS does not support globbing. This removes our magic and uses index files to import all files in a folder.
5 lines
98 B
SCSS
5 lines
98 B
SCSS
@import "category-drop";
|
|
@import "dropdown-select-box";
|
|
@import "select-kit";
|
|
@import "tag-drop";
|