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
2020-04-11 16:23:14 +10:00

8 lines
236 B
SCSS

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