Sublime Forum

Integration with nib

#1

Have just started testing stylus with jeet framework using nib to update style.css automatically.

Don’t know if this is the right forum but perhaps someone can point in the right direction! Have nib watching style.styl and css rules updating in style.css as expected but…

When adding rules for media queries under in style.styl

// Mobile bp()

the code in style.css

@media all and (max-width: 705px) { }

is deleted leaving only the closing }

Any help/guidance would be appreciated (have searched forum but nothing pops up).

Thanks
Rob Willox

0 Likes