Skip to content

Commit

Permalink
Typo fix for #21
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsupark committed Dec 26, 2021
1 parent dd8f91a commit 840e846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uniform/utilities/typography/core-list-style-position.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

$config: (
utilities: (
list-style-positions: (
list-style-position: (
important: false,
shorthand: list,
responsive: false,
responsive-pseudos: false,
extra-selector: null,
properties: (list-style-positions),
properties: (list-style-position),
static-properties: (),
variants: (
inside: inside,
Expand Down

0 comments on commit 840e846

Please sign in to comment.