Rename theme
This commit is contained in:
parent
12e8fd1682
commit
b5b27875b5
8 changed files with 0 additions and 0 deletions
6
wp-content/themes/tailwind/webpack.mix.js
Normal file
6
wp-content/themes/tailwind/webpack.mix.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const mix = require('laravel-mix')
|
||||
|
||||
mix.postCss('src/css/style.css', '', [
|
||||
require('tailwindcss')(),
|
||||
require('postcss-nested')(),
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue