tailwindcss/__tests__/fixtures/tailwind-input-with-explicit-screen-utilities.css
2017-11-08 18:30:59 +01:00

12 lines
109 B
CSS

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