Yuhei Yasuda
Yuhei Yasuda
`padding` for input, button or textarea differs depending on the browser. So, I think that we should normalize it.
**@prettier/plugin-php v0.14.3** [Playground link](https://loilo.github.io/prettier-php-playground/#N4IgDgTgpgLjCWUIHkwIPYDsDOIBcok8mMA6vACYwAW+AHAAwA0IMAhgEblW14AsLAK7YoAFU648AMzYAbES2zEA5rKgBFQehhR8M+VBZhqYAGpIlWfCACsAOj4gWMCG3iyVAYXQBbH2wAFAAkA-BdBQxAOVwBjKABlGABPNWswbAgAWgAmJxBoAEdBeGgA12V-PTkFEGIRCBgytgq2KoMAXxYoCngYdBQ0eCxJUDZsGDaRTtrMMEEJvBAAHgB+YzAAHUwAEjYAAgBePYByNmOAbi3tjkOTjgutlYA+LdWj3b3nt73rz5fMEDtIA) **Input:** ```php ``` **Output:** ```php ```
In most browsers, clicking links with the Alt key has a special behavior, for example, Chrome downloads the target resource. As with other modifier keys, the router should stop the...
`content: open-quote`などが指定されていたときも、同じように処理できると良さそうです。
In Astro, `class:list={...}` takes an array of class values. ```astro ``` https://docs.astro.build/en/reference/directives-reference/#classlist Including `class:list` in the default `tailwindCSS.classAttributes` should make it more useful!
# add `classNames` to the default value of callees ## Description The `callees` in the settings include `classnames`, but it is `classNames` that is actually used for the `classnames` package....
I think it would be better if there was a way to uninstall them. ```js const uninstall = installMediaQueryWatcher(`(min-width: 600px)`, (matches) => { console.log(matches ? 'wide screen' : 'narrow sreen');...
`class:list` will be included by default in the as yet unreleased v0.11. https://marketplace.visualstudio.com/items/bradlc.vscode-tailwindcss/changelog#user-content-0.11.x-(pre-release)
Thanks for the great documentation! I'm very impressed. Now, my question is when to set up design tokens. Andy seems to prefer a utility-first approach, but design tokens must be...