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
|
@ -1,4 +1,5 @@
|
|||
module.exports = {
|
||||
/** @type {import('postcss-load-config').Config} */
|
||||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue