prokat/api/tailwindcss-master/__tests__/fixtures/tailwind-input-with-explicit-screen-utilities.css
2025-06-16 18:28:08 +05:00

12 lines
120 B
CSS
Executable File

@responsive {
.example {
color: red;
}
}
@tailwind screens;
.john {
content: "wick";
}