Skip to content

Commit

Permalink
fix: πŸ› correct syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Nov 20, 2023
1 parent 4b37ed5 commit d7c98b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions addon/atoms.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var pos = 'position',
tov = text + '-overflow',
st = 'stroke',
stw = st + '-width',
stl = st + '-linecap'
stl = st + '-linecap',
an = 'animation',
ann = an + '-name'
;
Expand Down Expand Up @@ -112,10 +112,10 @@ var atoms = exports.atoms = {
mrb,
mrl,
mar: mr,
mart: mart,
marr: marr,
marb: marb,
marl: marl,
mart: mrt,
marr: mrr,
marb: mrb,
marl: mrl,

// Paddings
pd,
Expand Down

0 comments on commit d7c98b1

Please sign in to comment.