atom / language-css

CSS package for Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improper parsing of numeric values for `transition` property

adamreisnz opened this issue · comments

Maybe it's not just transition that's affected, but I seem to only notice it there:

image

The .2 is not marked as constant.numeric but it should be:

image

The leading 0 is properly marked:

image

This also works fine for me in CSS files. Maybe you could open some new issues in atom/language-sass?