mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
6 lines
163 B
CSS
6 lines
163 B
CSS
@layer theme, base, components, utilities;
|
|
|
|
@import './theme.css' layer(theme);
|
|
@import './preflight.css' layer(base);
|
|
@import './utilities.css' layer(utilities);
|