mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
Fix broken test
This commit is contained in:
@@ -860,8 +860,8 @@ func TestResourceChainPostCSS(t *testing.T) {
|
|||||||
"scripts": {},
|
"scripts": {},
|
||||||
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"postcss-cli": "^7.1.0",
|
"postcss-cli": "7.1.0",
|
||||||
"tailwindcss": "^1.2"
|
"tailwindcss": "1.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
Reference in New Issue
Block a user