icons8 / line-awesome

Replace Font Awesome with modern line icons
https://icons8.com/line-awesome
Other
1.25k stars 141 forks source link

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

Open jpsantos7 opened 4 years ago

jpsantos7 commented 4 years ago

https://github.com/icons8/line-awesome/blob/768018587ea2170ccafe5e13201388ae820db563/dist/line-awesome/scss/_larger.scss#L8

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!

PetrP commented 3 years ago

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?