jedfoster / SassMeister

The Sass playground
http://sassmeister.com
198 stars 25 forks source link

New extension: include-media #141

Closed eduardoboucas closed 9 years ago

eduardoboucas commented 9 years ago

A library for managing and writing media queries in Sass.

Useful links:

jedfoster commented 9 years ago

Added to LibSass and 3.4 compilers. Will go out with the next release later this weekend.

eduardoboucas commented 9 years ago

@jedfoster did this go out?

jedfoster commented 9 years ago

It did, but wasn't visible because caching is a hard problem. Fixed now. Thanks!

eduardoboucas commented 9 years ago

When I click on "include-media" on the extensions list, it adds the @import fine when I'm using LibSass, but not on 3.4.

eduardoboucas commented 9 years ago

I think the <li> is missing the data attribute:

<!-- LibSass -->
<a data-import="include-media">include-media</a>
<!-- 3.4.11 -->
<a data-import="null">Include Media</a>
eduardoboucas commented 9 years ago

@jedfoster Don't know if you receive notifications from closed issues, so might as well mention you. :)

jedfoster commented 9 years ago

Fixed (for reals) now.