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
|
@ -34,6 +34,7 @@
|
|||
"eslint-plugin-svelte": "^2.32.2",
|
||||
"jest": "^29.6.2",
|
||||
"postcss": "^8.4.25",
|
||||
"postcss-load-config": "^4.0.1",
|
||||
"prettier-plugin-svelte": "^2.10.1",
|
||||
"prettier-plugin-tailwindcss": "^0.3.0",
|
||||
"sass": "^1.63.6",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/** @type {import('postcss-load-config').Config} */
|
||||
export default {
|
||||
plugins: {
|
||||
"postcss-import": {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue