index
:
plyr.git
master
A fork of plyr without nonfree parts
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sass
/
lib
/
functions.scss
blob: d312874a2dd69e339977c71c57ce57d24be0f10d (
plain
)
1
2
3
@function
to-percentage
(
$
input
)
{
@return
$
input
*
1
%
;
}