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
|
||||
// postcss.config.cjs
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require("autoprefixer")
|
||||
],
|
||||
plugins: [require('autoprefixer')],
|
||||
};
|
||||
```
|
||||
|
||||
|
@ -222,9 +220,7 @@ module.exports = {
|
|||
```js
|
||||
// postcss.config.cjs
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require("tailwindcss")
|
||||
],
|
||||
plugins: [require('tailwindcss')],
|
||||
};
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue