Hi, I really liked the twind and I am loving it ❤️
I am using PUG and I noticed that tailwind option separator is not working in twind. Below is my sample twind config:
import { setup } from 'twind/shim'
setup({
mode: 'jit',
separator: '_',
darkMode: false, // or 'media' or 'class'
theme: {},
plugins: {},
})
Regards.
Hi, I really liked the twind and I am loving it ❤️
I am using PUG and I noticed that tailwind option separator is not working in twind. Below is my sample twind config:
Regards.