Files
Subscription-Content-Manage…/public/assets/libs/fontawesome-free-7.1.0-web/scss/_widths.scss
Kwesi Banson Jnr c7f93a7dc1 Initial commit
2026-09-09 09:50:06 +00:00

13 lines
236 B
SCSS

// icon widths
// -------------------------
@use 'variables' as v;
.#{v.$css-prefix}-width-auto {
--#{v.$css-prefix}-width: auto;
}
.#{v.$css-prefix}-fw,
.#{v.$css-prefix}-width-fixed {
--#{v.$css-prefix}-width: #{v.$fw-width};
}