icons8 / line-awesome

Replace Font Awesome with modern line icons

Home Page:https://icons8.com/line-awesome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 1.3.0 that's on npm has different font-size on _larger.scss

jpsantos7 opened this issue · comments

.#{$la-css-prefix}-1x { font-size: 1em; }

The version that's on npm (1.3.0) has the following:

.#{$la-css-prefix}-xs { font-size: 0.75em; }
.#{$la-css-prefix}-2x { font-size: 1em; }
.#{$la-css-prefix}-2x { font-size: 2em; }
.#{$la-css-prefix}-3x { font-size: 3em; }

Also the $la-font-size-base is not used anywhere is it? I was trying to set another base size.

btw, great work guys!

Also it is missing .#{$la-css-prefix}-sm which is on css version (.la-sm)
It looks like different scss was used to generate css than is on github or npm?