-
**Describe the bug**
I am working on a project with a moderately complicated Vue/Vite/TypeScript/Tailwind setup and trying to get scoped Preflight working, but when running `npm run build`, I get a b…
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of conduct…
-
After I implemented Gulp I discovered that there is a native(ish) SASS plugin; by native I mean a 3rd party plugin that connects to Meteor.js rather than being external in a task runner. However Gulp …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hi,
I'm appreciate for your themes on using tailwind, so trying to follow instruction on new Sylius project locally.
But got error as followed.
> error in ./themes/TailwindTheme/assets/main.…
-
I've never been able to successfully use the async API in my application and I'm wondering why? Do you have any thoughts?
I'm using:
```js
async function processPostCSS(src = '') {
const ctx = …
-
Hi, I wonder why there is a `standard-minifiers` dependency in Orion. This is a real blocker for users who want to use similar packages but not `standard-minifiers`. I mean for example [juliancwirko:p…
-
This rtlcss package how to use in Laravel vite.config.js, have you any suggestion ?? or demo code for that
-
**问题描述**
pnpm,vite,taro-ui模板,试了weapp和h5都不显示样式
按照#1726里的说明进行了配置,但是仍然无法显示样式
并且全局引入会导致编译报错,试了`方式 2: 通过 babel 插件按需引入组件`也不显示样式
**复现步骤**
```ts
// pages/index/index.tsx
import { Component, Props…
-
Uncaught (in promise) TypeError:
My code:
```
import { useSound } from "@vueuse/sound";
const { play } = useSound("pop.mp3");
```
my nuxt.config.ts:
```
export def…