-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove css-stylus-with-nib
tech
#83
Conversation
Перед тем как удалять эту технологию, нужно поддержать возможность использовать |
Тогда пока так |
@blond Добавил опцию |
if (this._useNib) { | ||
renderer | ||
.use(nib()) | ||
.import(this.node.relativePath('node_modules/nib')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А почему import
, а не include
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Потому что это разные штуки. include
добавляет относительный путь для резолва уже существующих @import
и url()
, а import
создает и вставляет @import
, все равно, чтобы мы написали прямо в самом styl
файле @import "node_modules/nib"
дока по этому вопросу https://github.com/stylus/stylus/blob/master/docs/js.md#includepath
@blond update PR |
@tavriaforever, соскваш коммиты. |
Remove `css-stylus-with-nib` tech
Close #65