frontend: add src/css/vendor/

This commit is contained in:
0x1eef 2023-12-26 01:06:38 -03:00
parent e076598f13
commit ee4ebc271f
3 changed files with 2 additions and 2 deletions

View file

@ -1,9 +1,9 @@
@import "fonts";
@import "colors";
@import "forms";
@import "tables";
@import "items";
@import "animations";
@import "vendor/forms";
@import "vendor/animations";
*, *:before, *:after {
box-sizing: border-box;