dummy-team / dummy

Solid foundations for modern front-end development - Pug, Sass, javascript & automation
http://dummy-team.github.io/dummy/
GNU General Public License v3.0
7 stars 5 forks source link

Fix html line-height sizing #83

Closed Plou closed 8 years ago

Plou commented 8 years ago

The line-height is setted using em, which isn't necessary and may cause trouble with rem font-sizing: we should remove the unit declaration : line-height: 1.3;

https://github.com/dummy-team/dummy/blob/master/css/src/generic/_reset.scss#L10