This repository has been archived on 2026-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
plyr/src/sass/lib/functions.scss
T
2021-09-29 22:07:42 +10:00

4 lines
59 B
SCSS

@function to-percentage($input) {
@return $input * 1%;
}