-
Bunchee supports CSS now, but I think we need to at least support Tailwind. So supporting PostCSS is a better idea.
## TL;DR
Create an internal postcss-plugin. It executes the postcss API to tra…
-
### 📖 Reproduction steps
1. In a repository with a PostCSS config file (example below)
2. Open a PR
```json5
// /.postcssrc.json
{
"plugins": {
"postcss-preset-env": {},
}
}
```
#…
-
the deployment on vercel with Nuxt.js faced unpredictable wrong
![图片](https://github.com/user-attachments/assets/82ab9220-a1f7-4947-a12f-2bd96a33a998)
-
I host my blog at a sub-directory of my overall site, but sadly the theme seems to have misconfigured paths, as adding a subfolder to my baseURL causes the build process to fail thusly:
```
Error: e…
-
I'm getting the following error when doing `yarn setup:tools` for the first time after cloning the repo locally
```
- Installing yoast/phpunit-polyfills (1.x-dev 3abb63e): Extracting archive
4…
-
### Link to the code that reproduces this issue
https://github.com/finnan444/nextjs-error-postcss-layer
### To Reproduce
1. Add frame.css file with some styles(for example `.foo {color: red}`)
2. …
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/siemens/ix/blob/main/CONTRIBUTING.md).
- [X] I have not leaked any internal/restricted information like screens…
-
I'm encountering difficulties while using the package to convert CSS to Tailwind CSS, particularly in handling nested classes and selectors, for the purpose of converting styled-component based projec…
-
I am facing this issue right now, not sure how to fix it. Here is my rollup.config.js
```js
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
imp…
-
**Describe the bug**
I'm created a project using rollup the project is basically a library out of which I'm exporting some reusable componnents.
I tried installing storybook, did npx story book init…