Brad Cornes

Results 8 issues of Brad Cornes

Add support for styled-components style API: ```js import tw from 'tailwind.macro' let Header = tw.header`bg-red text-center` ``` Should we use the default export like above, or use a separate named...

enhancement
v1

This pull request adds support for the `dir-dependency` message type, [detailed in the PostCSS docs](https://github.com/postcss/postcss/blob/main/docs/guidelines/runner.md#3-dependencies).

Normally when saving a global CSS file in Nuxt the styles are updated via a "hot reload." However, when using the `@nuxt/postcss8` module this does not happen and the web...

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

This PR adds modifier information to the `context.getClassList` result. This will allow IntelliSense to provide completions for modifiers such as those for [line-height](https://github.com/tailwindlabs/tailwindcss/pull/9875). Example result: ```js [ // ... 'uppercase',...

### Summary Using `next/link` to link to a target on the current page does not work and causes the page to reload, e.g. ```jsx import Link from 'next/link' function App()...

type: bug
v4

**1. Describe the bug** Since v12.6.3 an error (below) is thrown when awaiting a `useAnimate` animation ``` Cannot read properties of undefined (reading 'animation') ``` **2. IMPORTANT: Provide a CodeSandbox...

bug

**1. Describe the bug** Since v12.6.3 when using `.then()` with `useAnimate` it does not wait for the animation to finish before running the callback. **2. IMPORTANT: Provide a CodeSandbox reproduction...

bug