Skip to content

Commit

Permalink
Adding a critical alias
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Oct 11, 2016
1 parent 5259fd4 commit 546bef0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/font-awesome.css
Expand Up @@ -2258,6 +2258,7 @@
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
Expand Down
2 changes: 1 addition & 1 deletion css/font-awesome.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions less/icons.less
Expand Up @@ -766,5 +766,6 @@
.@{fa-css-prefix}-thermometer-empty:before { content: @fa-var-thermometer-empty; }
.@{fa-css-prefix}-shower:before { content: @fa-var-shower; }
.@{fa-css-prefix}-bathtub:before,
.@{fa-css-prefix}-s15:before,
.@{fa-css-prefix}-bath:before { content: @fa-var-bath; }
.@{fa-css-prefix}-podcast:before { content: @fa-var-podcast; }
1 change: 1 addition & 0 deletions less/variables.less
Expand Up @@ -560,6 +560,7 @@
@fa-var-rub: "\f158";
@fa-var-ruble: "\f158";
@fa-var-rupee: "\f156";
@fa-var-s15: "\f2cd";
@fa-var-safari: "\f267";
@fa-var-save: "\f0c7";
@fa-var-scissors: "\f0c4";
Expand Down
1 change: 1 addition & 0 deletions scss/_icons.scss
Expand Up @@ -766,5 +766,6 @@
.#{$fa-css-prefix}-thermometer-empty:before { content: $fa-var-thermometer-empty; }
.#{$fa-css-prefix}-shower:before { content: $fa-var-shower; }
.#{$fa-css-prefix}-bathtub:before,
.#{$fa-css-prefix}-s15:before,
.#{$fa-css-prefix}-bath:before { content: $fa-var-bath; }
.#{$fa-css-prefix}-podcast:before { content: $fa-var-podcast; }
1 change: 1 addition & 0 deletions scss/_variables.scss
Expand Up @@ -560,6 +560,7 @@ $fa-var-rss-square: "\f143";
$fa-var-rub: "\f158";
$fa-var-ruble: "\f158";
$fa-var-rupee: "\f156";
$fa-var-s15: "\f2cd";
$fa-var-safari: "\f267";
$fa-var-save: "\f0c7";
$fa-var-scissors: "\f0c4";
Expand Down
1 change: 1 addition & 0 deletions src/icons.yml
Expand Up @@ -6407,6 +6407,7 @@ icons:
created: 4.7
aliases:
- bathtub
- s15
categories:
- Web Application Icons

Expand Down

5 comments on commit 546bef0

@thijzert
Copy link

@thijzert thijzert commented on 546bef0 Nov 7, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't get it. Is "s15" an abbreviation of some sort? If so, what for?

@nuclearhellraven
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing it stands for "shower with 15 droplets".

@thijzert
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, that makes sense. Not a lot, but some.

@christophfriedrich
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Others have been wondering about this alias, too...

@atomicframeworks
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Saw the alias and had to hunt down this commit to figure out what s15 meant. Why does this alias exist?

Please sign in to comment.