Michael Moreau

Results 7 issues of Michael Moreau

Just wondering if you were planning on adding Emmet support back to the extension. Seems like it hasn't made it into the recent updates yet. Thanks!

enhancement
upstream

When I use tweet.author_data.profile_image it returns the URL: https://twitter.com/twitter/profile_image?size=bigger This works correctly for desktop, but on mobile devices it's redirecting to the following which gives a 404: https://mobile.twitter.com/twitter/profile_image?size=bigger It looks...

help wanted

Somewhat related to https://github.com/postcss/postcss-custom-properties/issues/101. Would it be possible to disable preserve on a single variable? I'm thinking maybe ```var()``` could be wrapped in another function that forces it to always...

Would you be interested in adding `svg` to the list of elements in assets.css? Had to do that for a project to fix scaling issues, so figured I'd mention it...

First off, thanks for the great tool! I'm having an issue when using Browsersync watch/reload with simplifyify. Here is the npm script I'm using. `simplifyify js/main.js -m -d -w -o...

enhancement
help wanted

Are there plans to add any form of intellisense or autocompletion for this extension? I've been using https://marketplace.visualstudio.com/items?itemName=mhmadhamster.postcss-language for a while now as it's the only thing I could find...

Noticed a change to the nesting spec and was hoping it could get updated here. Should help when using something like mixins, as it better maintains declaration order. Thanks! spec:...