-
Please can you add support for css. Better still allow custom languages to be set in settings.json `tw-breakpoint.languages`.
-
**What version of Tailwind CSS are you using?**
```
@tailwindcss/cli 4.0.0-alpha.33
└── tailwindcss 4.0.0-alpha.33
@tailwindcss/typography 0.5.15
└── tailwindcss 4.0.0-alpha.33 peer
@tailw…
-
I am using a package called `plyr-react` for video player support in an application. `plyr-react` exports a `plyr.css` file, which is not being included in my final bundle even after being referenced…
-
i had to change
```css
*,
:after,
:before {
border: 0 solid #0000;
box-sizing: border-box
}
```
to
```css
.bh-table-responsive *,
:after,
:before {
border: 0 solid #0000;
…
-
### Describe the bug
https://github.com/pydata/pydata-sphinx-theme/pull/1834
### To Reproduce
_No response_
### Screenshots
_No response_
### System Details
_No response_
### Installation meth…
-
### What's wrong with the existing documentation
For custom animations and transitions.
### Add ScreenShots
_No response_
### Record
- [X] I agree to follow this project's Code of Conduct
- [X] …
-
I prefer having JS and CSS files in separate files like, app-hello.js, app-hello.html, etc.
Currently it doesn't seem to be supported to import the class into the html file using ``.
It would be…
-
A 5 Steps Route document acknowledging a project itinerary which will be used through out the whole journey.
1. Project Awareness.
- 30 days museum website.
- HTML & CSS combined with GItHub Project …
-
## Subject of the issue
https://github.com/gridstack/gridstack.js/assets/109805785/db154811-7a76-4f77-a530-392d82ca062e
## Steps to reproduce
If you start dragging an element when the grid has a …
-
Version: Deno 2.0.6
`deno doc` produces broken paths in HTML output. Slashes are escaped and extraneous `..` are added even though the files are in the same directory.
Command that produces the …