-
### Astro Info
```block
Astro v4.5.16
Node v20.11.0
System Windows (x64)
Package Manager npm
Output static
Ada…
-
### Related plugins
- [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue)
- [x] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/package…
-
### UnoCSS version
v0.61.6
### Describe the bug
When presetUno is configured with important
```
presets: [
presetUno({
important: '#app',
}),
presetAttributify(),
],
```…
-
### Is this a regression?
- [x] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
Angular / Material 14
### Description…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: darwin
Arch: …
-
1. style scoped 中引入 mixin 代码块
2. 单独抽离出来的 css (sass、less、stylus) 文件,在 style scoped 中用 @import '../style/part-common.css'
3. style scoped 中引入 node_modules 样式,@import url('~element-ui/lib/theme-chalk/b…
xdy7 updated
7 months ago
-
### 问题描述
taro 3.0 + Vue 中scoped在h5下生效,在微信小程序中无效
### 复现步骤
Vue 引入了组件作用域的概念,通过在style标签上添加scoped属性,让这一部分 CSS 只在该组件内有效
```html
.red {
color: red
}
```
内部原理是,这个可选 …
-
The current version of the plugin fails to build as-is. Upon resolving the build failures, tests do not pass due to apparent changes in the way that modules are handled.
See the test log below:
…
-
Follow-up to https://github.com/salesforce/lwc/issues/1536#issuecomment-535518329
`@font-face` in CSS is currently global. It should be scoped to the component that declares it.
```css
@font-fa…
-
CSS `@scope` is for selector isolation, not style isolation. Properties that inherit will inherit onto children beyond the scope’s scoping limit. From a lot of authors I hear that they expected it to …