Skip to content

Commit

Permalink
Update styler.imba
Browse files Browse the repository at this point in the history
  • Loading branch information
somebee committed Apr 15, 2024
1 parent 916de33 commit af60811
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/imba/src/compiler/styler.imba
Expand Up @@ -1569,6 +1569,9 @@ export class StyleRule

elif key.match(/^__ease__$/)
yes
elif key.match(/^raw-/)
parts.push "{key.slice(4)}: {value}{important};"
yes
elif key.match(/^__outline__$/)
meta.outline = yes

Expand Down

0 comments on commit af60811

Please sign in to comment.