Skip to content

Commit

Permalink
text-wrap-pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Erskine committed Mar 28, 2024
1 parent f6d41a2 commit 0359bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _site/_app/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install({
},
// custom rules
rules: [
['text-wrap-(unset|wrap|nowrap|balance)', 'textWrap'],
['text-wrap-(unset|wrap|nowrap|balance|pretty)', 'textWrap'],
[ 'bg-grid', { 'background-image': 'url("data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\' width=\'4\' height=\'4\'><rect x=\'0\' y=\'0\' width=\'2\' height=\'2\' fill=\'currentColor\'></rect></svg>")', } ],
],
});
Expand Down

0 comments on commit 0359bef

Please sign in to comment.