Questions tagged [twind]

5 questions
2
votes
0 answers

Custom font in twind

I'm trying to import a custom font in twind. I've read both the twind and tailwind docs on adding custom fonts and just cannot get it to work. I've tried using @import and @font-face and neither work for me. twind.ts import { Configuration, setup }…
dev3
  • 25
  • 3
1
vote
1 answer

Vue Js Search Example with Nested Arrays

I have a working Vue Js search, but I want to be able to also search against the tags field in my JSON. How do I do that? I know I have to add another filter condition using || this.list_search... but how do I iterate over the tags and return the…
qrayg
  • 13
  • 2
1
vote
1 answer

How to get tw-in-js/twind plugins to work in Svelte

I'm using tw-in-js/twind in Svelte. when using the vanilla setup for Svelte App and after including Twind I cannot find any way to get plugins to work: