tailwindcss/__tests__/fixtures/tailwind-input.css
Adam Wathan e46cc65d80 Remove example class from dist build
Still want to be including this in our tests, so sanity test now runs
against a separate fixture.
2017-11-02 13:25:50 -04:00

11 lines
145 B
CSS

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