Sublime Forum

Some CSS properties are does not highlight

#1

Hello. I have installed ST 3 Build 3033 and i notice that some properties does not exist in dropdown list and does not highlight!!! For example: transition and transform.


So why is that? How can i fix that?
Thanks.
p.s. sorry for my bad english :cry:

0 Likes

#2

Hey Man

I was facing the exact same problem today with missing css3 coloring on properties like transform, -webkit-transform and so on

i found this plugin called SUBLIME-CSS3 - installing this plugin will add the missing css3 coloring + add the missing dropdown propperties.

github.com/i-akhmadullin/Sublime-CSS3

Installation of SUBLIME-CSS3 (with Package Control):

Ctrl+Shift+P → Package Control: Add Repository → [github.com/i-akhmadullin/Sublime-CSS3](https://github.com/i-akhmadullin/Sublime-CSS3)
Ctrl+Shift+P → Package Control: Install Package → Sublime-CSS3
(in .css file) View → Syntax → Open all with current extension as... → CSS3

Hope it helped you solve your problem :smile:

0 Likes