Skip to content

Commit f36bcbc

Browse files
authored
Merge pull request #5 from evilmartians/ai-patch-1
Fix example indent
2 parents 7568499 + 2e7b08a commit f36bcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ npm install -D @csstools/postcss-oklab-function
5959
export default {
6060
plugins: {
6161
tailwindcss: {},
62-
+ '@csstools/postcss-oklab-function': { 'preserve': true },
62+
+ '@csstools/postcss-oklab-function': { 'preserve': true },
6363
autoprefixer: {},
6464
},
6565
}

0 commit comments

Comments
 (0)