mojotech / jeet

The most advanced, yet intuitive, grid system available for Sass or Stylus

Home Page:http://jeet.gs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explicit import in Stylus with Node integration is awkward

J5lx opened this issue · comments

commented

In 6.1.5, when using the Jeet plugin for stylus, Jeet can be required in stylus by using @require jeet. However, when using the Node integration of 7.0.0 with explicit import (i.e. with {"implicit": false}), it has to be @require styl which is very counter-intuitive. Is there any reason for this change, or could the previous, intuitive way be restored? One quick way of doing that without breaking compatibility would be creating a file named jeet.styl next to the styl folder containing @require styl. Thoughts?

This seems good to me. Submit a PR and I'll merge. Thanks for figuring out a non-breaking way to do this. =)