1
1
Fork 0
portfolio/tailwind.config.js
2021-02-09 16:01:18 -06:00

15 lines
265 B
JavaScript

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