-
It seems that using theme inside css doesn't find the unocss.config colors that you have set:
As for now I have added under unocss.config
```
theme: {
colors: {
example: "#fafafa",
…
-
## Request
Add `configFiles: string[]` to allow users pass multiple configs and merge them.
## Reason
I am writing a project that will allow users to place multiple `unocss.config.ts`.
I'm m…
-
When I tried to transfer my styles through the theme, the margins and paddings did not work for me, they were in pixels and uno there rem
```
import {
defineConfig,
presetAttributify,
pre…
-
After adding a total of 270 markdown files and performing a build, the generated "posts.js" was bloated and the type conversion of characters to bytestring format failed, causing an error, as shown in…
-
like this:
`shortcuts: [
['-enter-x', 'translate-x-12'],
]`
-
Are there any plans to support [unocss](https://github.com/unocss/unocss)?
unocss is an Atomic CSS engine that replaces Tailwind CSS.
The Tailwind CSS Plugin will not be supported, so you will nee…
-
Issue Type: Bug
Can't open the terminal tab after the new upgrade!
VS Code version: Code 1.69.2 (Universal) (3b889b090b5ad5793f524b5d1d39fda662b96a2a, 2022-07-18T16:12:57.074Z)
OS version: Dar…
-
When using a custom advanced rule (one that returns a css string) the css string gets passed in the body of the selector instead of separately:
```javascript
Unocss({
rules: [
[/^flex-gap-…
-
it should work for user or theme
![image](https://user-images.githubusercontent.com/49724027/178889730-758511bf-68ca-4dce-80eb-b246de3ce809.png)
related information:
https://github.com/unocss…
-
Let's pause the input of new components, we should optimize the current components and workflow first, and then consider new components.
I think so many issues should be optimized, we can review othe…