Skip to content

Commit

Permalink
chore(lint): Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2021
1 parent a682c75 commit ccdc31f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/pages/guides/styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@ And create 2 files in your project root: `tailwind.config.cjs` and `postcss.conf
```js
// tailwind.config.cjs
module.exports = {
content: ['./public/**/*.html', './src/**/*.{astro,js,jsx,svelte,ts,tsx,vue}'],
content: [
'./public/**/*.html',
'./src/**/*.{astro,js,jsx,svelte,ts,tsx,vue}',
],
// more options here
};
```
Expand Down

0 comments on commit ccdc31f

Please sign in to comment.