Skip to content
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

nib not working #64

Closed
kirkstrobeck opened this issue Nov 26, 2013 · 4 comments
Closed

nib not working #64

kirkstrobeck opened this issue Nov 26, 2013 · 4 comments

Comments

@kirkstrobeck
Copy link

I use

border-radius 4px

in my .styl but it compiles out to

border-radius: 4px;

which clearly isn't using nib. How can I troubleshoot/resolve this?

stylus:
  compile:
    options:
      compress: false
    files:
      "template/css/common.css": ["template/styl/common.styl"]

# grunt stylus:compile
  • grunt-cli v0.1.11
  • grunt v0.4.2
  • grunt-stylus-contrib 1.3.8
@shama
Copy link
Member

shama commented Nov 26, 2013

Did you @import 'nib' in your .styl?

@kirkstrobeck
Copy link
Author

nope .. didn't see that in any documentation

@kirkstrobeck
Copy link
Author

works great, thx !

@kirkstrobeck
Copy link
Author

See #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants