Remove tailwind component layer

This commit is contained in:
Philipp Lang 2023-06-01 11:03:59 +02:00
parent b2b53c558e
commit 4bece4a761
1 changed files with 10 additions and 12 deletions

View File

@ -2,8 +2,7 @@
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@layer components {
@import 'base';
@import 'base.css';
@import 'switch';
@import 'layout';
@import 'buttons';
@ -13,4 +12,3 @@
@import 'form';
@import 'tooltip';
@import 'leaflet';
}