tailwindcss/tests/jit/layer-without-tailwind.test.css
Adam Wathan 30dc2990c3
Error when @layer used without matching @tailwind directive (#4335)
Also refactor to only detect `@tailwind` directives once per build to improve performance.
2021-05-12 16:58:03 -04:00

6 lines
53 B
CSS

@layer components {
.foo {
color: black;
}
}