SublimeText / TailwindCSS

Tailswind CSS syntax for Sublime Text
MIT License
24 stars 3 forks source link

Css syntax is broken after update #7

Closed felixcatto closed 1 year ago

felixcatto commented 1 year ago

Sublime version: 4143

Seems after last update the syntax is broken. In css syntax all works fine except nested rules

before

In tailwind css before update all works fine, but now css and nested rules are broken

after

To be honest the Tailwind syntax support is not critical for me. If it stays gray and doesn't highlighted / autocompleted - not a big problem.

But i desperately need modern ST4 css syntax and nested rules, and it is the only package which have such behavior.

deathaxe commented 1 year ago

Thank's for reporting.

The more generic approach of supporting nested rules was missing some relevant changes from ST 4149's new CSS syntax.

The issue is fixed by v1.3.1 and should land soon on packagecontrol.io