mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
rename screen-utilities to screens
This commit is contained in:
parent
6cec22b523
commit
44c0035dfa
@ -4,7 +4,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@tailwind screen-utilities;
|
||||
@tailwind screens;
|
||||
|
||||
.john {
|
||||
content: "wick";
|
||||
|
||||
@ -37,7 +37,7 @@ export default function(config) {
|
||||
|
||||
let includesScreenUtilitiesExplicitly = false
|
||||
css.walkAtRules('tailwind', atRule => {
|
||||
if (atRule.params === 'screen-utilities') {
|
||||
if (atRule.params === 'screens') {
|
||||
includesScreenUtilitiesExplicitly = true
|
||||
atRule.replaceWith(finalRules)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user