This website requires JavaScript.
Explore
Help
Sign In
Superminaren
/
pebble
mirror of
https://github.com/google/pebble
Watch
1
Star
0
Fork
You've already forked pebble
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
pebble
/
third_party
/
bourbon
/
functions
/
_golden-ratio.scss
4 lines
100 B
SCSS
Raw
Permalink
Blame
History
@function
golden-ratio
(
$value
,
$increment
)
{
@return
modular-scale
(
$value
,
$increment
,
$golden
)
}
Reference in New Issue
View Git Blame
Copy Permalink