From 9334846d105ec1261b64adb4d082bacdd01541db Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 5 Mar 2018 09:54:43 -0500 Subject: [PATCH] Add plugin comment to default config --- defaultConfig.stub.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/defaultConfig.stub.js b/defaultConfig.stub.js index 874c39756..a848eae6a 100644 --- a/defaultConfig.stub.js +++ b/defaultConfig.stub.js @@ -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: [],