refactor: move website files to the root level
This commit is contained in:
parent
c2887ecbc5
commit
2cbbfd60ff
590 changed files with 0 additions and 4484 deletions
13
assets/tailwindcss/colours.cjs
Normal file
13
assets/tailwindcss/colours.cjs
Normal file
|
@ -0,0 +1,13 @@
|
|||
let colours = require('tailwindcss/colors')
|
||||
|
||||
module.exports = {
|
||||
black: '#000',
|
||||
blue: {
|
||||
primary: '#24608A',
|
||||
},
|
||||
current: 'currentColor',
|
||||
grey: colours.stone,
|
||||
inherit: 'inherit',
|
||||
transparent: 'transparent',
|
||||
white: '#fff'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue