-
Previous work:
- Typed Tags - Api design https://github.com/seed-rs/seed/issues/374
- Typed Styles - API design https://github.com/seed-rs/seed/issues/332
- Typed Attributes - API design https://gi…
-
tailwind.cssはこんな感じ,Blueのテーマにした.
~~~css:tailwind.css
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base{
:root {
--background: 0 0% 100%;
--foreground: 222.2 84%…
-
Declarative shadow roots and constructible stylesheets need to be made to work together so that stylesheets added to shadow roots can be round-tripped through HTML serialization and deserialization.
…
-
### Steps to reproduce
I created new rails application with `--css=tailwind --javascript=esbuild` command line options. Then I run `bin/rails generate scaffold Diary written_on:date:uniq content:st…
-
If you have CSS files in your federated module, they do not get loaded in run time (although they do get built).
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…
-
### Verify latest release
- [X] I verified that the issue exists in the latest pnpm release
### pnpm version
v9.0.1
### Which area(s) of pnpm are affected? (leave empty if unsure)
CLI, Lockfile
…
-
This is a feature proposal for class hinting in other places than class|className.
## Attributes
I'd like for custom html attributes to also have the hinting ability, maybe in .vscode/settings.j…
-
### Describe the bug
`@tailwindcss/vite@alpha` gives Vite error if `[&_div]:flex` class name and `url()` from a Tailwind plugin exists in app together.
>Note: I first opened an issue about this …
-
Type: Bug
1. create a Next app with app router and use route group feature: https://nextjs.org/docs/app/building-your-application/routing/route-groups
2. run a script that applies to a page with N…
tn819 updated
5 months ago