fix(assets): update build paths
This commit is contained in:
parent
b7456fdf42
commit
072ec2db46
7 changed files with 39 additions and 42 deletions
13
website/assets/tailwindcss/colours.js
Normal file
13
website/assets/tailwindcss/colours.js
Normal 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'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue