-
**Describe the bug**
Unable to modify the default viewport breakpoints of the token `s` when generating a theme. However, it works correctly for other tokens (`m`, `l`, `xl`).
**To Reproduce**
``…
-
### System Info
Docker: `oven/bun:alpine`
Bun: 1.1.36
"@rsbuild/core": "^1.1.4",
"@rsbuild/plugin-react": "^1.0.7",
### Details
…
-
the line to change would be in `write_shared.rs:154`:
`cx.shared.fs.write(filename, f.minified())`
this should use `f.bytes` instead of `f.minified()` if the `--no-minify` flag is specified.
th…
-
### Verify Next.js canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Describe the bug
When running the build, I get the following issue. I guess s…
-
This Impl is for Pseudo-elements.
:After, :Before
I think we use XXXXXX_AFTER in ll.rs
we don`t use XXXXXXAfter in netsurfcss.rc
Can i remove some impl in netsurfcss.rc ?
- :after
```
ll.rs:168: …
-
## Preface
Some popular libraries allow code snippets in other languages to be embedded within JavaScript code. Users want to format these embedded code snippets within JavaScript to enhance the de…
-
After adding the plugin and turning on all the rules to warn I got the below error.
```
thread '' panicked at src/lib.rs:191:10:
called `Result::unwrap()` on an `Err` value: NotFound("csstype")
…
-
## Bug Report
### Steps to Reproduce:
Trying to update the [vite example](https://github.com/ProspectiveCo/perspective-vite-example) to perspective 3.1.0 fails for two reasons:
1. Top-level a…
-
Steps to reproduce:
1. npm create vite@latest
2. choose React, typescript
3. install libs "ketcher-react": "^2.24.0", "ketcher-standalone": "^2.24.0",
4. invoke libs in component, for example:…
-
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)…