mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add plugin comment to default config
This commit is contained in:
parent
c67912af66
commit
9334846d10
@ -859,6 +859,19 @@ module.exports = {
|
||||
},
|
||||
|
||||
|
||||
/*
|
||||
|-----------------------------------------------------------------------------
|
||||
| Plugins https://tailwindcss.com/docs/plugins
|
||||
|-----------------------------------------------------------------------------
|
||||
|
|
||||
| Here is where you can register any additional plugins you'd like to use in
|
||||
| your project.
|
||||
|
|
||||
| Be sure to view the complete plugin documentation to learn more about how
|
||||
| the plugin system works.
|
||||
|
|
||||
*/
|
||||
|
||||
plugins: [],
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user