1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00
Files
php-flarum/less/common/common.less
David Sevilla Martin 2c2f6fd4ed Add less changes from #1950
They got lost when I dropped the commits
2020-04-20 15:44:53 -04:00

31 lines
566 B
Plaintext

@import "fontawesome";
@import "brands";
@import "regular";
@import "solid";
@fa-font-path: "./fonts";
@import "normalize";
@import "print";
@import "scaffolding";
@import "sideNav";
@import "keyframes";
@import "App";
@import "Alert";
@import "AlertManager";
@import "Avatar";
@import "Badge";
@import "Button";
@import "Checkbox";
@import "Dropdown";
@import "Form";
@import "FormControl";
@import "LoadingIndicator";
@import "Modal";
@import "Navigation";
@import "Placeholder";
@import "Search";
@import "Select";
@import "Tooltip";
@import "ValidationError";