Skip to content

Commit

Permalink
fix: camelcase columnRuleWidth css property
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrzhou committed Jun 25, 2022
1 parent 235b69a commit 1ef5eb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const spec = {
'borderRightWidth',
'borderTopWidth',
'borderWidth',
'column-rule-width',
'columnRuleWidth',
],
colors: [
'background',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uinix-theme-spec-theme-ui",
"version": "1.0.0",
"version": "1.0.2",
"description": "The theme-ui theme spec usable by uinix-theme.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test('spec', (t) => {
'borderRightWidth',
'borderTopWidth',
'borderWidth',
'column-rule-width',
'columnRuleWidth',
],
colors: [
'background',
Expand Down

0 comments on commit 1ef5eb9

Please sign in to comment.