mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Push config file dependency message instead of replacing messages array
This commit is contained in:
parent
3111195d03
commit
8a86a3ef5e
@ -6,12 +6,10 @@ export default function(configFile) {
|
||||
}
|
||||
|
||||
return function(css, opts) {
|
||||
opts.messages = [
|
||||
{
|
||||
type: 'dependency',
|
||||
file: configFile,
|
||||
parent: css.source.input.file,
|
||||
},
|
||||
]
|
||||
opts.messages.push({
|
||||
type: 'dependency',
|
||||
file: configFile,
|
||||
parent: css.source.input.file,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user