Karel Mareš
Results
3
comments of
Karel Mareš
I have the same problem.
Ok it seems that keyframes declaration is there when using `tailwindHMR ` while developing. But still after *build* keyframes are gone.
```js import { Config } from '@stencil/core'; import tailwind, { tailwindHMR } from 'stencil-tailwind-plugin'; import tailwindConfig from './tailwind.config'; export const config: Config = { namespace: 'm29-components', plugins: [ tailwind({ tailwindConf:...