Closed dvelikiy closed 8 years ago
I've read similar issues here and they're claimed to be fixed but I still have troubles.
Example: ( is cursor location) Before expansion: .class{ .subclass } After expansion: .class{ .subclass{ } _ }
How do I make cursor appear inside nested rule and not on next line? (This only breaks on SCSS nested selectors, non-nested selectors are OK).
Wonderful! Thank you Mattn!
I've read similar issues here and they're claimed to be fixed but I still have troubles.
Example: ( is cursor location) Before expansion: .class{ .subclass } After expansion: .class{ .subclass{ } _ }
How do I make cursor appear inside nested rule and not on next line? (This only breaks on SCSS nested selectors, non-nested selectors are OK).