chore: replace Sculpin with Astro
This commit is contained in:
parent
d0ef96dead
commit
d1b76dda33
830 changed files with 5819 additions and 10532 deletions
13
website/assets/tailwindcss/colours.cjs
Normal file
13
website/assets/tailwindcss/colours.cjs
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