diff options
author | Sam Potts <sam@potts.es> | 2017-12-21 00:20:56 +0000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2017-12-21 00:20:56 +0000 |
commit | 98ac98b4c2c1e1bf9e6b5352e042187a12e4e9d1 (patch) | |
tree | a7a0df83d4c227375d9e3488d5fe625b15844c0f /src/sass/lib/functions.scss | |
parent | 178b0d802001dc59497658d2c4357ad9049e5d6c (diff) | |
download | plyr-98ac98b4c2c1e1bf9e6b5352e042187a12e4e9d1.tar.lz plyr-98ac98b4c2c1e1bf9e6b5352e042187a12e4e9d1.tar.xz plyr-98ac98b4c2c1e1bf9e6b5352e042187a12e4e9d1.zip |
Vimeo fix
Diffstat (limited to 'src/sass/lib/functions.scss')
-rw-r--r-- | src/sass/lib/functions.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sass/lib/functions.scss b/src/sass/lib/functions.scss new file mode 100644 index 00000000..a99a1b80 --- /dev/null +++ b/src/sass/lib/functions.scss @@ -0,0 +1,7 @@ +// ========================================================================== +// Useful functions +// ========================================================================== + +@function to-percentage($input) { + @return $input * 1%; +} |