mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
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";
|