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

-p results in 'invalid option' message, --precision works #147

Closed
djwhitt opened this issue Sep 26, 2015 · 1 comment
Closed

-p results in 'invalid option' message, --precision works #147

djwhitt opened this issue Sep 26, 2015 · 1 comment
Labels

Comments

@djwhitt
Copy link

djwhitt commented Sep 26, 2015

Tested on master (5d39ab9):

$ ./bin/sassc --version
sassc: 3.3.0-beta1
libsass: 3.2.5
sass2scss: 1.0.3

$ git rev-parse HEAD
5d39ab99253ced0ba3b2a145611d215357332a2c

$ ./bin/sassc -p 8 < /dev/null
./bin/sassc: invalid option -- 'p'
See './bin/sassc -h'

$ ./bin/sassc --precision 8 < /dev/null
Error: Data context created with empty source string
@saper
Copy link
Member

saper commented Sep 26, 2015

@djwhitt #148 should fix it, thanks for bringing this up!

@saper saper added the bug label Sep 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants