Skip to content

Commit

Permalink
Merge pull request #5 from evilmartians/ai-patch-1
Browse files Browse the repository at this point in the history
Fix example indent
  • Loading branch information
11bit authored Nov 24, 2023
2 parents 7568499 + 2e7b08a commit f36bcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ npm install -D @csstools/postcss-oklab-function
export default {
plugins: {
tailwindcss: {},
+ '@csstools/postcss-oklab-function': { 'preserve': true },
+ '@csstools/postcss-oklab-function': { 'preserve': true },
autoprefixer: {},
},
}
Expand Down

0 comments on commit f36bcbc

Please sign in to comment.