Matty Mischuk

Results 8 issues of Matty Mischuk

Considering writing my own language support for Atom. But the looks of this repository it's no longer maintained. Does anyone know of an actively maintained fork?

Styled Component supports both line comments `//`as well as regular css comments `/* */`. In this package when you use the atom comment shortcut you get the following. ```js ${''...

If you use this component with [postcss-local-modules-by-default](https://github.com/css-modules/postcss-modules-local-by-default) it clashes with this suffix, I'm not sure as to the reason why this component has this enabled by default. Seems like something...

This just about covers all the reasons I think why this would be a good idea. https://gist.github.com/danielgtaylor/0b60c2ed1f069f118562

Really like your efforts here, I was thinking of building the same thing. I'd rather contribute to this repository. Do you have a roadmap for this project?

Just wanted to give you a heads up that this script doesn't support variable interpolation. `@{var_name}` should convert to `#{$var_name}` but instead converts to `${var_name}` which is invalid. Reference: http://lesscss.org/features/#variables-feature-variable-interpolation...

Would love to pull this in through npm! :)

If this repo was added to the Bower registry it could be included in more projects.