Add Laravel Mix and Tailwind
This commit is contained in:
parent
ff6f6c80cd
commit
f26a8af215
5 changed files with 47 additions and 0 deletions
13
wp-content/themes/wp-tailwind/src/css/style.css
Normal file
13
wp-content/themes/wp-tailwind/src/css/style.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
@tailwind base;
|
||||
|
||||
a {
|
||||
@apply text-grey-darker no-underline
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
@apply text-blue-dark underline
|
||||
}
|
||||
|
||||
@tailwind components;
|
||||
|
||||
@tailwind utilities;
|
Loading…
Add table
Add a link
Reference in a new issue