1
1
Fork 0
portfolio/tailwind.config.js
2021-02-25 23:22:34 -06:00

18 lines
319 B
JavaScript

module.exports = {
purge: ['./_site/**/*.html'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {
outline: {
link: ['1px dashed rgba(190, 24, 93)', '2px'],
},
maxHeight: {
'600px': '600px',
},
},
},
variants: {
extend: {},
},
plugins: [],
}