-
when i realized that the newer media query syntax that uses the comparison operator like `@media (width < 500px)` isn't recognized on an older iphone, i decided to look into using `autoprefixer` so as…
-
Module '"@emotion/css"' has no exported member 'CSSInterpolation'
package.json
```json
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "…
-
### 相关平台
微信小程序 h5
**小程序基础库: 3.8.5**
**使用框架: Preact**
### 复现步骤
新建项目 配置 postcss.config.js
```
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}
```
…
-
@mikeesouth commented on [Mon Dec 12 2016](https://github.com/easy-webpack/core/issues/28)
Hey,
Webpack 2 seems to have removed the postcss section and adding autoprefixer seems difficult. I tried…
-
### Affected version
0.16.0-beta.4
### Flutter versions
3.16.0
### No same issues found.
- [X] Yes, I search all issues but not found.
### Steps to Reproduce
.
### Code example
Vue file
```
…
-
App.tsx
```
**import { useAsciiText, alligator } from 'react-ascii-text';**
import { useState } from "react";
export function App() {
const [text, setText] = useState(["REACT", "ASCII", "TE…
-
### Rollup Version
3.19.1
### Node Version (if applicable)
16.19.0
### Expected Behaviour
Changing files rebuild the package again
### Command
```shell
rollup --bundleConfigAsCjs -c -w
…
-
I'm having problems using the CLI with PostCSS Autoprefixer. I already have `posthtml-postcss` and `autoprefixer` packages installed through NPM.
`posthtml.json`
```json
{
"posthtml": {
"…
-
Inspired by https://github.com/ai/autoprefixer
A few things prevent me to use it directly for Roole:
- The AST generated by `css-parse` is incompatible with the one generated by Roole. So we can not …
-
**What version of `prettier-plugin-tailwindcss` are you using?**
v0.5.11
**What version of Tailwind CSS are you using?**
v3.3.0
**What version of Node.js are you using?**
v20.11.0
…