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

scss random() function not compiling in bracket #94

Closed
paulsjohn opened this issue Feb 16, 2015 · 4 comments
Closed

scss random() function not compiling in bracket #94

paulsjohn opened this issue Feb 16, 2015 · 4 comments
Assignees
Milestone

Comments

@paulsjohn
Copy link

scss random() function not compiling in bracket editor

@nicolo-ribaudo
Copy link
Contributor

This extension uses node-sass v1.1.4, which uses libsass v3.0.1. The random() function is supported by libsass from version 3.1.0...

If you have the Ruby Sass compiler installed, you can try to use this branch, which can use that compiler (By setting "sass.compiler": "ruby" in your .brackets.json)

@jasonsanjose jasonsanjose added this to the v2.0 milestone Mar 2, 2015
@jasonsanjose
Copy link
Owner

@paulsjohn You can try the latest dev build here https://github.com/jasonsanjose/brackets-sass/releases/tag/2.0.1-101 (download the zip, open extension manager, then drag the zip from your file system to the drop zone). It include the latest libsass which supports random().

If you have problems uninstalling the current extension, try the workaround here #81 (comment).

@jasonsanjose jasonsanjose self-assigned this Mar 2, 2015
@jasonsanjose
Copy link
Owner

Confirmed fixed in #100

@jasonsanjose
Copy link
Owner

Closing

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

No branches or pull requests

3 participants