refactor: add type comments to postCSS configs
This commit is contained in:
parent
bd83c47177
commit
49d60c8553
7 changed files with 38 additions and 5 deletions
|
@ -42,6 +42,7 @@
|
|||
"next-sitemap": "^4.1.8",
|
||||
"open-cli": "^7.2.0",
|
||||
"postcss": "8.4.27",
|
||||
"postcss-load-config": "^4.0.1",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-tailwindcss": "^0.4.1",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/** @type {import('postcss-load-config').Config} */
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue