line-awesome icon indicating copy to clipboard operation
line-awesome copied to clipboard

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

Open jpsantos7 opened this issue 4 years ago • 1 comments

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!

jpsantos7 avatar Jul 17 '20 08:07 jpsantos7

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?

PetrP avatar Oct 20 '20 19:10 PetrP