Move all files to 2019/
This commit is contained in:
parent
f59a1843de
commit
0b536af737
94 changed files with 0 additions and 0 deletions
|
@ -1,34 +0,0 @@
|
|||
const { variants } = require('tailwindcss/defaultConfig')
|
||||
const { spacing } = require('tailwindcss/defaultTheme')
|
||||
|
||||
module.exports = {
|
||||
prefix: 'tw-',
|
||||
important: true,
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
black: '#000',
|
||||
'green-600': '#0fa877',
|
||||
'pink-600': '#ec16a8',
|
||||
'purple-600': '#b33ee9'
|
||||
}
|
||||
}
|
||||
},
|
||||
variants: {
|
||||
backgroundColor: [...variants.backgroundColor, 'hocus'],
|
||||
borderColor: [...variants.textColor, 'hocus', 'group-hocus'],
|
||||
fontStyle: [...variants.fontStyle, 'hocus'],
|
||||
textColor: [...variants.textColor, 'hocus'],
|
||||
textDecoration: [...variants.textColor, 'hocus', 'group-hocus']
|
||||
},
|
||||
corePlugins: {
|
||||
preflight: false
|
||||
},
|
||||
plugins: [
|
||||
require('tailwindcss-interaction-variants')(),
|
||||
require('tailwindcss-list-reset')(),
|
||||
require('tailwindcss-spaced-items')({ values: spacing }),
|
||||
require('tailwindcss-transitions')(),
|
||||
require('tailwindcss-visuallyhidden')()
|
||||
]
|
||||
}
|
Reference in a new issue