tailwindcss/__tests__/fixtures/tailwind-input.css
Adam Wathan 960275cc86 Add container classes as utilities not components
Just for now so that this feature can be introduced into the codebase
without forcing a BC break. The container classes will eventually be
moved to a built-in plugin that adds them as components.
2018-03-05 09:58:35 -05:00

11 lines
145 B
CSS

@tailwind preflight;
@tailwind utilities;
@responsive {
.example {
@apply .font-bold;
color: config('colors.red');
}
}