chore(lint): Prettier fix
This commit is contained in:
parent
a7a5546429
commit
213a2622e2
1 changed files with 2 additions and 6 deletions
|
@ -129,9 +129,7 @@ It’s recommended to only use this in scenarios where a `<link>` tag won’t wo
|
||||||
```js
|
```js
|
||||||
// postcss.config.cjs
|
// postcss.config.cjs
|
||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: [
|
plugins: [require('autoprefixer')],
|
||||||
require("autoprefixer")
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -222,9 +220,7 @@ module.exports = {
|
||||||
```js
|
```js
|
||||||
// postcss.config.cjs
|
// postcss.config.cjs
|
||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: [
|
plugins: [require('tailwindcss')],
|
||||||
require("tailwindcss")
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue