Anthony Fu
Anthony Fu
开了讨论区,请移步至讨论区 https://github.com/windicss/docs-cn/discussions/8 进行讨论(可对留言进行回复)。此 Issue 用于公布已确定的词汇表。
A bit confused, shouldn't this line get the current file path already? https://github.com/windicss/postcss-windicss/blob/15f5970033b974510a4330a239e7587d7a065ed7/src/index.ts#L32-L32
So how about we make an option to pass entry points manually for this scenario? Meaning ```ts // postcss.config.js module.exports = { plugins: { 'postcss-windicss': { touch: [ 'a/b.postcss' ]...
I am not very familiar with the changes between PostCSS v7 and v8, but I guess we didn't use things too specific so it might actually works on v7. Can...
Thank you for working on it! https://github.com/unocss/unocss/pull/3962 should cover this already.
The eslint rule only applies to HTML/JSX like strings in components. It's almost impossible to know the indentation of a string in JS to treat them as the "class strings":...
It's a known limitation. Due to the complexity it involves, the ROI does not seem ideal. Open for PRs if there would be a clean solution to that, otherwise I...
PR welcome :)
For everyone who encounted the issue, please try this module and let us know how it would improve for you. Thanks! https://github.com/antfu/nuxt-better-optimize-deps
@Frallen could you share the repo so I could have a look? Thanks