fix(dependency): autoprefixer version was invalid for tailwind (#32)
- tailwind had peer dependency version requirement greater than what we provided in our package.json - bumps autoprefixer to ^10.4.14
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@
|
||||
"bugs": "https://github.com/TryGhost/Starter/issues",
|
||||
"contributors": "https://github.com/TryGhost/Starter/graphs/contributors",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "9.8.3",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"cssnano": "4.1.10",
|
||||
"gscan": "3.5.4",
|
||||
"gulp": "4.0.2",
|
||||
|
||||
Reference in New Issue
Block a user