Skip to content

Commit 9c8cf8a

Browse files
authored
Fix formatting of path in README.md (#19407)
<!-- 👋 Hey, thanks for your interest in contributing to Tailwind! **Please ask first before starting work on any significant new features.** It's never a fun experience to have your pull request declined after investing a lot of time and effort into a new feature. To avoid this from happening, we request that contributors create a discussion to first discuss any significant new features. For more info, check out the contributing guide: https://github.com/tailwindcss/tailwindcss/blob/main/.github/CONTRIBUTING.md --> ## Summary quotation mark is not closed in README doc of the postcss preprocesor ## Test plan not needed
1 parent a92fa97 commit 9c8cf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-postcss/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import tailwindcss from "@tailwindcss/postcss"
4949
export default {
5050
plugins: [
5151
tailwindcss({
52-
base: path.resolve(__dirname, "./path)
52+
base: path.resolve(__dirname, "./path")
5353
})
5454
]
5555
}

0 commit comments

Comments
 (0)