[ci] yarn format

This commit is contained in:
natemoo-re 2021-11-22 22:27:25 +00:00 committed by GitHub Actions
parent 1267056181
commit df4671788c

View file

@ -227,7 +227,7 @@ module.exports = {
plugins: {
tailwindcss: {},
},
}
};
```
Now you're ready to write Tailwind! Our recommended approach is to create a `src/styles/global.css` file (or whatever youd like to name your global stylesheet) with [Tailwind utilities][tailwind-utilities] like so: