Add plugins
This commit is contained in:
parent
6c30720bb5
commit
d81328aa11
3 changed files with 24 additions and 1 deletions
|
@ -11,7 +11,14 @@ module.exports = {
|
|||
textColors: colors,
|
||||
backgroundColors: colors,
|
||||
borderColors: Object.assign({ default: colors['grey-light'] }, colors),
|
||||
plugins: [],
|
||||
plugins: [
|
||||
require('tailwindcss-interaction-variants')(),
|
||||
require('tailwindcss-spaced-items')(),
|
||||
],
|
||||
modules: {
|
||||
...defaultConfig.modules,
|
||||
textStyle: ['responsive', 'hover', 'focus', 'hocus'],
|
||||
},
|
||||
options: {
|
||||
...defaultConfig.options,
|
||||
prefix: 'tw-',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue