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
calc()
Use a Stylus variable inside calc() a pen by Ana Tudor http://codepen.io/thebabydino/pen/OPNZjO
div { v = 4em height: "calc(%s + 7px)" % v background: #e53b2c; }
stylus 文件很難找 ( 特殊字型又很難閱讀 = = 感謝這網友的告知~ https://github.com/stylus/stylus/blob/master/docs/operators.md#sprintf
Multiple values should be parenthesized:
'-webkit-gradient(%s, %s, %s)' % (linear (0 0) (0 100%)) // => -webkit-gradient(linear, 0 0, 0 100%)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use a Stylus variable inside
calc()
a pen by Ana Tudor
http://codepen.io/thebabydino/pen/OPNZjO
stylus 文件很難找 ( 特殊字型又很難閱讀 = =
感謝這網友的告知~
https://github.com/stylus/stylus/blob/master/docs/operators.md#sprintf
Sprintf
Multiple values should be parenthesized:
The text was updated successfully, but these errors were encountered: