1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-21 04:11:42 +02:00

feat(admin-plugin): update css #211

This commit is contained in:
Awilum
2020-01-24 15:18:12 +03:00
parent 9e70a49a4a
commit 3e8e18d4ce
4 changed files with 10 additions and 3 deletions

View File

@@ -1,8 +1,15 @@
/**
* ADMIN PANEL
*/
@import 'tailwindcss/base';
@import 'vars';
@import 'common';
@import 'content';
/* Base */
@import 'base/variables';
@import 'base/common';
@import 'base/content';
/* Components */
@import 'components/tables';
@import 'components/navigations';
@import 'components/buttons';