Add Laravel Mix and Tailwind
This commit is contained in:
parent
ff6f6c80cd
commit
f26a8af215
5 changed files with 47 additions and 0 deletions
10
wp-content/themes/wp-tailwind/tailwind.config.js
Normal file
10
wp-content/themes/wp-tailwind/tailwind.config.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'blue-dark': '#0073aa',
|
||||
'grey-darker': '#767676',
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue