Skip to content

Commit bc6b172

Browse files
committed
Don't convert @tailwind screens to @screens utilities
1 parent 68a0479 commit bc6b172

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lib/substituteTailwindAtRules.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ export default function(
4040
}
4141
})
4242

43-
css.walkAtRules('tailwind', atRule => {
44-
if (atRule.params === 'screens') {
45-
atRule.name = 'screens'
46-
atRule.params = 'utilities'
47-
}
48-
})
49-
5043
let includesScreensExplicitly = false
5144

5245
css.walkAtRules('tailwind', atRule => {

0 commit comments

Comments
 (0)