You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we have to style elements as icons without additional elements in markup, for example styling input[type="checkbox"]:before. To do so it would be great to have a separate file simple-line-icon-variables.scss with only font-face mixin and charcode declarations like the following:
Sometimes we have to style elements as icons without additional elements in markup, for example styling
input[type="checkbox"]:before
. To do so it would be great to have a separate filesimple-line-icon-variables.scss
with only font-face mixin and charcode declarations like the following:Then in
simple-lines-icons.scss
:And somewhere in our code something like that:
The same goes for LESS.
I can make a pull request if it is interesting for anyone else.
The text was updated successfully, but these errors were encountered: