mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Handle explicit @tailwind screens properly
This commit is contained in:
parent
5b19a41195
commit
3edd89bd76
@ -62,6 +62,10 @@ export default function(
|
||||
atRule.before(updateSource(pluginUtilities, atRule.source))
|
||||
atRule.remove()
|
||||
}
|
||||
|
||||
if (atRule.params === 'screens') {
|
||||
includesScreensExplicitly = true
|
||||
}
|
||||
})
|
||||
|
||||
if (!includesScreensExplicitly) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user