Skip to content

Commit 251c8d2

Browse files
samtrionadamwathan
authored andcommitted
Version number corrected in substituteTailwindAtRules (#3237)
1 parent 7c62ecd commit 251c8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/substituteTailwindAtRules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function (
5858
css.walkAtRules('tailwind', (atRule) => {
5959
if (atRule.params === 'preflight') {
6060
// prettier-ignore
61-
throw atRule.error("`@tailwind preflight` is not a valid at-rule in Tailwind v1.0, use `@tailwind base` instead.", { word: 'preflight' })
61+
throw atRule.error("`@tailwind preflight` is not a valid at-rule in Tailwind v2.0, use `@tailwind base` instead.", { word: 'preflight' })
6262
}
6363

6464
if (atRule.params === 'base') {

0 commit comments

Comments
 (0)