mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 04:42:36 +09:00
9 lines
126 B
SCSS
9 lines
126 B
SCSS
@import "variables";
|
|
@import "animations";
|
|
@import "popups";
|
|
@import "toasts";
|
|
|
|
[class^="awn-"] {
|
|
box-sizing: border-box;
|
|
}
|