summaryrefslogtreecommitdiff
path: root/www/packages/fontawesome-free-7.2.0-web/scss/_widths.scss
blob: b2c6729a60d706fbed15182581e98ce191293d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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};
}