Refactor tailwind.config.js to streamline plugins array formatting
This commit is contained in:
@@ -20,7 +20,5 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
typography,
|
||||
],
|
||||
plugins: [typography],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user