Can someone tell me what this method does or where I can find documentation on it?
declare :percentage, [:value]
It's difficult to research this one because I keep getting documentation about declaring variables, methods, etc.
Thanks!
Can someone tell me what this method does or where I can find documentation on it?
declare :percentage, [:value]
It's difficult to research this one because I keep getting documentation about declaring variables, methods, etc.
Thanks!
Copyright © 2021 Jogjafile Inc.
.declareis not part of Ruby's standard library. It seems to exist in the Sass gem.It is declared in the Sass::Script::Functions module: here
Here is the relevant documentation: