mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +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.
4 lines
70 B
SCSS
4 lines
70 B
SCSS
@import "user-card";
|
|
@import "user-info";
|
|
@import "user-stream-item";
|