File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -306,8 +306,8 @@ export function normalizeConfig(config) {
306
306
307
307
if ( plugin && config . plugins . includes ( plugin ) ) {
308
308
log . warn ( 'line-clamp-in-core' , [
309
- `The @tailwindcs /line-clamp plugin is now part of Tailwind CSS v3.3` ,
310
- ` Remove it from your config to silence this warning` ,
309
+ 'As of Tailwind CSS v3.3, the `@tailwindcss /line-clamp` plugin is now included by default.' ,
310
+ ' Remove it from the `plugins` array in your configuration to eliminate this warning.' ,
311
311
] )
312
312
313
313
config . plugins = config . plugins . filter ( ( p ) => p !== plugin )
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ let localModules = {
14
14
'@tailwindcss/forms' : require ( '@tailwindcss/forms' ) ,
15
15
'@tailwindcss/line-clamp' : ( ) => {
16
16
log . warn ( 'line-clamp-in-core' , [
17
- `The @tailwindcs /line-clamp plugin is now part of Tailwind CSS v3.3` ,
18
- ` Remove it from your config to silence this warning` ,
17
+ 'As of Tailwind CSS v3.3, the `@tailwindcss /line-clamp` plugin is now included by default.' ,
18
+ ' Remove it from the `plugins` array in your configuration to eliminate this warning.' ,
19
19
] )
20
20
} ,
21
21
'@tailwindcss/typography' : require ( '@tailwindcss/typography' ) ,
You can’t perform that action at this time.
0 commit comments