-
Notifications
You must be signed in to change notification settings - Fork 17
Add Eyeglass support. #22
Comments
Sure! I haven't tried Eyeglass yet, but once I have time to play with it I'll add support. A pull request for this would be very welcome too! |
Ok. I have made several changes to the project, but I am not submiting a pull-request by now. There are several things to add (like Small change log:
|
Thanks @sobolevn! I think we can continue the conversation on this thread. It could benefit many people and also those who are familiar with Eyeglass can contribute with their knowledge. Please, feel free to ask any questions you may have. I have a few questions too:
|
Should I remove My question was:
TODO list:
|
Yes please. I totally see your point but I still prefer to only add project-related files and folders to Regarding your questions:
We should also update the README file with instructions on how to install the Modernizr mixin with Eyeglass. I'll take care of registering and pushing the package to Thanks! |
@sobolevn can you confirm you're getting the correct output? I see incorrect output when compiling from both, Eyeglass and Libsass standalone. It might be related to this Libsass issue: sass/libsass#1210. The weird thing is that I did not encounter this error when I first updated the mixin to support Libsass at the time 3.2 was released. |
I guess you had different patch version. The issue was submited only 20 days ago.
npm init
... [prompts] ...
npm install --save-dev node-sass eyeglass modernizr-mixin
mkdir test # and manually copied eyeglass tests there
npm test The first test worked, so I have added 2 extra tests with this issue. There are the same as in the gist.
I can submit my new failing tests, if you want to. |
I've tested with different versions of Libsass. Everything seems to work with versions 3.2.0 through 3.2.2. |
I'm closing this issue and opening a new one (#24) for tracking the problem as it is not related to the Eyeglass implementation. Thank you very much for the great work! |
Is it a good idea to support Eyeglass?
The text was updated successfully, but these errors were encountered: