segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.
4.32k stars 131 forks source link

Meteor package #101

Closed davidbourguignon closed 9 years ago

davidbourguignon commented 10 years ago

Dear Myth Team,

I discovered Myth recently and found your approach very interesting, in comparison with other CSS preprocessors. By any chance, do you intend to develop a Myth package for Meteor? I found nothing on Atmosphere while there are many things available for Stylus for example. (Stylus itself has an official Meteor package.) If not, do you think it could be worth for me to give it a try? Thanks in advance for your help!

Best regards,

David.

ianstormtaylor commented 10 years ago

Haven't used Meteor at all, so don't really know what's involved in creating a package. If there's an easy way to use the same built file that bower and component use then sounds good to me. Would accept a PR if it's simple to maintain

On Tue, Aug 12, 2014 at 3:17 AM, David Bourguignon <notifications@github.com

wrote:

Dear Myth Team,

I discovered Myth recently and found your approach very interesting, in comparison with other CSS preprocessors. By any chance, do you intend to develop a Myth package for Meteor? I found nothing on Atmosphere http://atmospherejs.com/?q=myth while there are many things available for Stylus http://atmospherejs.com/?q=stylus for example. (Stylus itself has an official Meteor package.) If not, do you think it could be worth for me to give it a try? Thanks in advance for your help!

Best regards,

David.

— Reply to this email directly or view it on GitHub https://github.com/segmentio/myth/issues/101.

davidbourguignon commented 10 years ago

Thanks Ian for your interest! I'm currently learning Meteor and writing packages does not seem too complicated. However, the specification could change until the Meteor 1.0 release (coming)... I will have a look at how the Stylus official package is organized and let you know about my plans ASAP. Thanks in advance!

igregson commented 9 years ago

@davidbourguignon Meteor's now at 1.0.2.1, any progress on a myth package for it?

ghost commented 9 years ago

Hi, I found Myth yesterday, and I really like it, so here is the plugin I made for meteor: https://github.com/aquator/meteor-myth

It's on Atmosphere as well, so you can install it as usual. https://atmospherejs.com/aquator/myth

stevenmiller888 commented 9 years ago

^ cc @ianstormtaylor

ianstormtaylor commented 9 years ago

Awesome! Feel free to PR it into the Readme!

ghost commented 9 years ago

PR is on the way: #118

davidbourguignon commented 9 years ago

@igregson My most sincere apologies for not replying earlier... I got swamped with other jobs and spent an awful lot of time away from GitHub.

@aquator Thanks a lot for delivering! I will definitely have a look.