Skip to content

Commit

Permalink
fix: πŸ› add comman operators
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Nov 20, 2023
1 parent 8debe40 commit 0ca247d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/atoms.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var pos = 'position',
h = 'height',
ov = 'overflow',
col = 'color',
con = 'content'
con = 'content',
ovx = ov + '-x',
ovy = ov + '-y',
fl = 'flex',
Expand Down Expand Up @@ -52,7 +52,7 @@ var pos = 'position',
fz = f + '-size',
fs = f + '-' + style,
fw = f + '-weight',
ff = f + '-family'
ff = f + '-family',
text = 'text',
ta = text + '-align',
td = text + '-decoration',
Expand Down

0 comments on commit 0ca247d

Please sign in to comment.