fix(assets): update build paths

This commit is contained in:
Oliver Davies 2022-08-13 12:32:33 +01:00
parent b7456fdf42
commit 072ec2db46
7 changed files with 39 additions and 42 deletions

View file

@ -0,0 +1,13 @@
let { gray } = require('tailwindcss/colors')
module.exports = {
black: '#000',
blue: {
primary: '#24608A',
},
current: 'currentColor',
gray,
inherit: 'inherit',
transparent: 'transparent',
white: '#fff'
}