We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a42f27 commit 004fa09Copy full SHA for 004fa09
__tests__/sanity.test.js
@@ -18,7 +18,7 @@ it('generates the right CSS', () => {
18
})
19
20
21
-it('Do not change css if tailwind is not used at all', () => {
+it('does not add any CSS if no Tailwind features are used', () => {
22
return postcss([tailwind()])
23
.process('')
24
.then(result => {
0 commit comments