4 lines
59 B
SCSS
4 lines
59 B
SCSS
@function to-percentage($input) {
|
|
@return $input * 1%;
|
|
}
|
@function to-percentage($input) {
|
|
@return $input * 1%;
|
|
}
|