You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I prettify the following code in Sublime-HTMLPrettify
.div { &:first-of-type:not(:last-child) {} }
the result is:
.div { &:first-of-type:not(: last-child) {} }
Which throws an error in sass, because there is a spacing before "last-child".
I have opened an issue in the Sublime-HTMLPrettify Repo (victorporof/Sublime-HTMLPrettify#310), but they told me to file it here as they use this library.
The text was updated successfully, but these errors were encountered:
When I prettify the following code in Sublime-HTMLPrettify
.div { &:first-of-type:not(:last-child) {} }
the result is:
.div { &:first-of-type:not(: last-child) {} }
Which throws an error in sass, because there is a spacing before "last-child".
I have opened an issue in the Sublime-HTMLPrettify Repo (victorporof/Sublime-HTMLPrettify#310), but they told me to file it here as they use this library.
The text was updated successfully, but these errors were encountered: