Add plugins

This commit is contained in:
Oliver Davies 2019-02-28 10:30:14 +00:00
parent 6c30720bb5
commit d81328aa11
3 changed files with 24 additions and 1 deletions

View file

@ -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-',