Delete tailwind.js

This commit is contained in:
Oliver Davies 2019-03-20 22:56:35 +00:00
parent e4d731649f
commit d4c66421ae

View file

@ -1,27 +0,0 @@
let defaultConfig = require('tailwindcss/defaultConfig')()
var colors = {
...defaultConfig.colors,
'black': '#000000',
}
module.exports = {
...defaultConfig,
colors: colors,
textColors: colors,
backgroundColors: colors,
borderColors: Object.assign({ default: colors['grey-light'] }, colors),
plugins: [
require('tailwindcss-interaction-variants')(),
require('tailwindcss-spaced-items')(),
],
modules: {
...defaultConfig.modules,
textStyle: ['responsive', 'hover', 'focus', 'hocus'],
},
options: {
...defaultConfig.options,
prefix: 'tw-',
important: true,
},
}