We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Box-Emboss mixin doesn't work..
I've tried with the example provided on the website The compiled CSS looks like this:
box-shadow: rgba(white,$opacity) 0 1px 0, inset rgba(black,$opacity2) 0 1px 0;
And the SCSS like this:
@include box-emboss(0.5, 0.75);
The text was updated successfully, but these errors were encountered:
Is this happening while you have $browser-prefixes: true?
$browser-prefixes: true
Sorry, something went wrong.
It is, yes
But I just saw your latest commit
Issue should be resolved. Thanks.
Great, thanks!
And thanks for Juice, it's really really good!!
No branches or pull requests
The Box-Emboss mixin doesn't work..
I've tried with the example provided on the website
The compiled CSS looks like this:
And the SCSS like this:
The text was updated successfully, but these errors were encountered: