-
# Example
## src/app.css
```css
.something {
background: red
}
```
## src/main.rs
```rust
use css_modules::include_css_module;
fn main() {
let css = include_css_module!("app.css")…
-
I get the following error when I run the latest commit on master (6dbec44). I had a font use issue using the plotters crate, which I submitted [here](https://github.com/plotters-rs/plotters/issues/538…
-
The current implementation of the style macro has some limitations which may cause some future problems as we discussed in this [issue](https://github.com/abishekatp/stylers/issues/24) by @bluenote10 …
-
### Component
All
### Package version
9.56.2
### React version
18.3.1
### Environment
```shell
System:
OS: Windows 11 10.0.26100
CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11850H @ 2.5…
-
This is the overview of styled-ppx CSS support (as a detailed view of https://styled-ppx.vercel.app/css-support). Currently CSS 3 is almost there, but CSS lately has been adding a bunch of features th…
-
As it stands, I get the following when attempting to compile the package:
```
error[E0599]: no function or associated item named `from_vec2` found for struct `Selector` in the current scope
--> …
mknaw updated
10 months ago
-
*Posting this just to keep track on that annoying issue*
## The problem
Currently, using the "sass-in-rust" styling, like the following:
```rust
styly!(scope {
.sel1.sel2 {}
});
```
On…
-
Hi there!!!
The project looks amazing!! Thanks for you effort creating this!
I was wondering how can we integrate this with our custom tools or bundlers, for example with rspack or rsbuild.
F…
-
Using a next-yak styled component with a server component (page.tsx) that defines the Next.js special function [generateMetadata](https://nextjs.org/docs/app/api-reference/functions/generate-metadata)…
-
### Reproduction link or steps
1. Clone https://github.com/rolldown/vite/tree/d0518d3cff2439e864a98b6e51993ed18b254bcb
2. `pnpm i && pnpm build`
3. `cd playground/css-codesplit`
4. run `pnpm bui…