rebuilding-bristol-js/tailwind.config.js

15 lines
207 B
JavaScript
Raw Normal View History

2020-09-08 18:59:32 +00:00
module.exports = {
purge: [],
theme: {
2020-09-08 19:17:02 +00:00
colors: {
black: '#222',
blue: '#204d74',
white: '#fff',
yellow: '#fde546'
},
2020-09-08 18:59:32 +00:00
extend: {},
},
variants: {},
plugins: [],
}