Delete tailwind.js
This commit is contained in:
parent
e4d731649f
commit
d4c66421ae
27
tailwind.js
27
tailwind.js
|
@ -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,
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Reference in a new issue