Version 1.3.0 that's on npm has different font-size on _larger.scss
jpsantos7 opened this issue · 1 comments
jpsantos7 commented
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
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?