Perkins
Design & develop the web faster
Install
bower install perkins
By design
- My root font size is
font-size: 62.5%;
so I can express rems as pixels ej. 1.6rem = 16px
- You can edit any variable in your style (app.less by default)
- They setup my base font size at 16px
@p-basefont: 1.6rem;
- Also my unitless line-height is 1.2
@p-baseline: 1.2;
- You have access to
@p-white
, @p-black
, @p-background-color
, @p-link-color
and @p-link-hover
color variables
To be continue...