fn_b/node_modules/@fortawesome/fontawesome-free/scss/_widths.scss
2026-02-12 13:55:43 +08:00

13 lines
236 B
SCSS
Executable File

// 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};
}