-
Autoprefixer should add a `::-webkit-details-marker` fallback for [`::marker`](https://developer.mozilla.org/en-US/docs/Web/CSS/::marker) .
This is because Safari currently only supports the `::mar…
-
Hi,
I'm trying to use your plugin in order to use postcss plugins in my .vue stylus as
mentioned here: https://forums.meteor.com/t/deploy-to-production-component-css-not-loaded/36512/5
my style…
-
Hi,
There are 2 majors issues on windows 10 that prevents this repo from running, I'm hoping somebody has a solution:
- It's not building, there's a dependency error (`Module not found: Error: C…
-
Hi, thank you for the package!
I am running postcss and webpack together. I was hoping to use this package.
It looks like purgefonts is not used in my pipeline even though I added to postcss.
My …
-
```
plugins: [
postcss({
extract: true,
plugins: []
}),
svelte({
// enable run-time checks when not in production
dev: !production,
// we'll extract any component CSS out…
-
## Question
### Description
Hi, I am trying to use `docz` in my **NextJS** project that uses **TailwindCSS** 3 for styling. I have created a simple `mdx` file that loads a component, the component…
-
## Current Behavior
In `css-to-tailwindcss@1.0.4`, `background: red` converts to `""`, while `background-color: red` converts to `"bg-[red]"`.
## Expected Behavior
It’d be great if CSS li…
-
### Astro Info
```block
Astro v4.0.6
Node v18.18.0
System Linux (x64)
Package Manager unknown
Output static
…
-
```js
const postcss = require("postcss");
const postcssCustomProperties = require("postcss-custom-properties");
const testStr = `
:root {
---first-color: 255, 255, 0;
--second-color: rgba(…
-
I'm having an issue related to comments that are deleted when those are typed right after the property.
In my case, I need to use comments in order to use some RTLCSS features.
```css
:root {
…