-
Can we get support for Tailwind Arbitrary classes?
Ex:
`div[class='p-1 border border-midnight-20 rounded-b-[3px]']` works fine
but if we did `.p-1.border.border-midnight-20.rounded-b-[3px]` s…
-
-
CSSに関する細々したメモ
-
Features:
I need a sailfish-cli tool to transform a nested folder `a` to folder `b`, will transform all files with ext.stpl to `b` same folder structure with files without .stpl. I have looked into …
ghost updated
8 months ago
-
As discussed in https://github.com/mui-org/material-ui/issues/6218, we are committed to providing unstyled versions of the components in `@base_ui/react`. This is an umbrella issue to have visibility …
-
Related to #26, I'd like to understand how to use (CVA)[https://cva.style/docs/getting-started/installation] to detect tailwind classes inside the cva function.
I tried to translate their neovim in…
-
Getting the below issue when running tailwind-rn. Please help!!
```
$ yarn dev:tailwind
warn - No utility classes were detected in your source files. If this is unexpected, double-check the `co…
-
Utilities for controlling transform behaviour.Default class reference
Class | Properties
-- | --
transform | --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-ske…
-
Utilities for animating elements with CSS animations.Default class reference
Class | Properties
-- | --
animate-none | animation: none;
animate-spin | animation: spin 1s linear infinite; @k…
-
Utilities for rotating elements with transform.Default class reference
Class | Properties
-- | --
rotate-0 | --tw-rotate: 0deg;
rotate-1 | --tw-rotate: 1deg;
rotate-2 | --tw-rotate: 2deg;
…