what2watch/scss/plugins/fontello/_plugin.scss
2023-09-21 17:43:18 -07:00

12 lines
No EOL
294 B
SCSS

// Fontello
[class^="icon-"]:before,
[class*=" icon-"]:before {
margin: 0 $picnic-separation 0 0;
}
// Nice fontello trick from Ronen Ackerman ( http://stackoverflow.com/a/17561467 )
// Note: purposefully avoiding lint
i[class^="icon-"]:before,
i[class*=" icon-"]:before {
margin: 0;
}