-
How can I import variables from other files?
I would have something like theme.js:
```
export default {
primary: '#fff'
}
```
Then I would import it using `import theme from './theme'`
…
-
### Reproduction
After running `npx shadcn-vue@latest init`
### Describe the bug
I ran the init command in the root directory of my Nuxt project and the component and utils folder were created in t…
-
项目使用pnpm,引入自定义主题时,会出现编译错误。调试后发现是路径问题,pnpm下是软连接,导致这段代码解析出来的路径错误,能发增加一个路径参数进行兼容处理下呢🙏
```
new URL(
url.substring(1),
pathToFileURL(
scssFilePath.match(/^(\S*\/node_modules\/)/)[0]
)
…
-
background colour, light text colour (close to white), dark text colour (close to black), Highlight Background, Highlight1, Highlight2
Put as css variables in the :root of style.css
-
### Current Behavior
My web application has an overridden font size on HTML element, this affects the paddings and font size inside the shadow dom created by the library since the calculation of the …
-
Summary
-
I've noticed the mapping of css variables is incorrect for the following properties: default, lighter, darker, text, default-contrast, lighter-contrast, darker-contrast. The reason is th…
-
![screenshot_2024-06-01_09-06-1717252211](https://github.com/face-hh/webx/assets/57838054/ddf3db7e-b6ab-47cf-82e3-e63becfbcfa7)
If support for theming is not planned, then you should remove theme sup…
-
Instead of requiring a configuration file, nivio could also start with configured environment variables (e.g. kubernetes api).
Example: https://docs.traefik.io/reference/static-configuration/env/
…
-
The color preview is not rendered and only values are shown when variable is hovered.
Hover in tailwind.config.js
Hover in index.css
VSCode version details.
```
Version: 1.80.0 (Uni…
-
### Is this a bug report?
Yes
I have CSS variables (custom properties) in my CSS, which are not supported by IE. The CRA docs state "Support for new CSS features like the all property, break pro…