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

Sass 3.3 Compatibility Issues #27

Closed
thatryan opened this issue Jul 3, 2014 · 4 comments
Closed

Sass 3.3 Compatibility Issues #27

thatryan opened this issue Jul 3, 2014 · 4 comments

Comments

@thatryan
Copy link

thatryan commented Jul 3, 2014

Hi there, just found this project and great work. Attempting to integrate it into a project I am working on.

I am running Sass 3.3.8 and getting a lot of deprecation warning when compiling.

DEPRECATION WARNING on line 18 of /....../_buttons.scss:
Assigning to global variable "$unicorn-btn-smallfs" by default is deprecated.
In future versions of Sass, this will create a new local variable.
If you want to assign to the global variable, use "$unicorn-btn-smallfs: $unicorn-btn-font-size + 1 !global" instead.
Note that this will be incompatible with Sass 3.2.

Is this a known issue or being addressed?

Thank you

@alexwolfe
Copy link
Owner

Hi Ryan,

Thanks for the kind works! Yup, that's a know issue and will be addressed.
Let me know if you have any questions. Thanks.

  • Alex

On Thu, Jul 3, 2014 at 10:43 AM, Ryan Olson [email protected]
wrote:

Hi there, just found this project and great work. Attempting to integrate
it into a project I am working on.

I am running Sass 3.3.8 and getting a lot of deprecation warning when
compiling.

DEPRECATION WARNING on line 18 of /....../_buttons.scss:
Assigning to global variable "$unicorn-btn-smallfs" by default is deprecated.
In future versions of Sass, this will create a new local variable.
If you want to assign to the global variable, use "$unicorn-btn-smallfs: $unicorn-btn-font-size + 1 !global" instead.
Note that this will be incompatible with Sass 3.2.

Is this a known issue or being addressed?

Thank you


Reply to this email directly or view it on GitHub
#27.

Alex Wolfe
VP User Experience

Firebase
22 4th St., Suite 1000 (10th Floor)
San Francisco CA, 94103

e: [email protected]
p: (510) 417-5034
t: @alexwolfe
w. firebase.com https://www.firebase.com/

@thatryan
Copy link
Author

thatryan commented Jul 3, 2014

Awesome thanks :)

Any thoughts on making this a gem to install?

@alexwolfe
Copy link
Owner

No current plans, it can be installed via bower. The concern is mostly
keeping the gem updated.

  • Alex

On Thu, Jul 3, 2014 at 11:41 AM, Ryan Olson [email protected]
wrote:

Awesome thanks :)

Any thoughts on making this a gem to install?


Reply to this email directly or view it on GitHub
#27 (comment).

Alex Wolfe
VP User Experience

Firebase
22 4th St., Suite 1000 (10th Floor)
San Francisco CA, 94103

e: [email protected]
p: (510) 417-5034
t: @alexwolfe
w. firebase.com https://www.firebase.com/

@roblevintennis
Copy link
Collaborator

@alexwolfe gonna close this as a duplicate of #21

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

3 participants