This website works better with JavaScript.
Explore
Help
Register
Sign In
flyskype
/
Rules
mirror of
https://github.com/lhie1/Rules.git
Watch
1
Star
0
Fork
You've already forked Rules
0
Code
Issues
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d3b633a112
master
maѕter
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd3b633a112'
${ noResults }
Rules
/
JSBox
/
Rules-lhie1
/
scripts
/
sizeUtil.js
8 lines
121 B
JavaScript
Raw
Blame
History
function
pc
(
x
)
{
let
sw
=
$device
.
info
.
screen
.
width
return
x
*
sw
/
100
}
module
.
exports
=
{
pc
:
pc
}
Reference in New Issue
View Git Blame
Copy Permalink