Skip to content

Commit

Permalink
Fixed #35 typo in class name
Browse files Browse the repository at this point in the history
  • Loading branch information
thesabbir committed Mar 3, 2016
1 parent 73125d7 commit e9390e9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
16 changes: 6 additions & 10 deletions css/simple-line-icons.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
@font-face {
font-family: 'simple-line-icons';
src: url('../fonts/Simple-Line-Icons.eot?v=2.2.2');
src: url('../fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2') format('embedded-opentype'),
url('../fonts/Simple-Line-Icons.ttf?v=2.2.2') format('truetype'),
url('../fonts/Simple-Line-Icons.woff2?v=2.2.2') format('woff2'),
url('../fonts/Simple-Line-Icons.woff?v=2.2.2') format('woff'),
url('../fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
src: url('../fonts/Simple-Line-Icons.eot?v=2.2.2');
src: url('../fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.ttf?v=2.2.2') format('truetype'), url('../fonts/Simple-Line-Icons.woff2?v=2.2.2') format('woff2'), url('../fonts/Simple-Line-Icons.woff?v=2.2.2') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -94,7 +90,7 @@
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawar,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
Expand Down Expand Up @@ -173,7 +169,7 @@
.icon-reload,
.icon-settings,
.icon-star,
.icon-symble-female,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
Expand Down Expand Up @@ -450,7 +446,7 @@
.icon-drop:before {
content: "\e03e";
}
.icon-drawar:before {
.icon-drawer:before {
content: "\e03f";
}
.icon-docs:before {
Expand Down Expand Up @@ -687,7 +683,7 @@
.icon-star:before {
content: "\e09b";
}
.icon-symble-female:before {
.icon-symbol-female:before {
content: "\e09c";
}
.icon-symbol-male:before {
Expand Down
8 changes: 4 additions & 4 deletions less/simple-line-icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
&film,
&feed,
&drop,
&drawar,
&drawer,
&docs,
&doc,
&diamond,
Expand Down Expand Up @@ -182,7 +182,7 @@
&reload,
&settings,
&star,
&symble-female,
&symbol-female,
&symbol-male,
&target,
&credit-card,
Expand Down Expand Up @@ -543,7 +543,7 @@
content: "\e03e";
}

.@{simple-line-icon-prefix}drawar:before {
.@{simple-line-icon-prefix}drawer:before {
content: "\e03f";
}

Expand Down Expand Up @@ -859,7 +859,7 @@
content: "\e09b";
}

.@{simple-line-icon-prefix}symble-female:before {
.@{simple-line-icon-prefix}symbol-female:before {
content: "\e09c";
}

Expand Down
8 changes: 4 additions & 4 deletions scss/simple-line-icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $simple-line-icon-prefix: "icon-" !default;
&film,
&feed,
&drop,
&drawar,
&drawer,
&docs,
&doc,
&diamond,
Expand Down Expand Up @@ -179,7 +179,7 @@ $simple-line-icon-prefix: "icon-" !default;
&reload,
&settings,
&star,
&symble-female,
&symbol-female,
&symbol-male,
&target,
&credit-card,
Expand Down Expand Up @@ -540,7 +540,7 @@ $simple-line-icon-prefix: "icon-" !default;
content: "\e03e";
}

.#{$simple-line-icon-prefix}drawar:before {
.#{$simple-line-icon-prefix}drawer:before {
content: "\e03f";
}

Expand Down Expand Up @@ -856,7 +856,7 @@ $simple-line-icon-prefix: "icon-" !default;
content: "\e09b";
}

.#{$simple-line-icon-prefix}symble-female:before {
.#{$simple-line-icon-prefix}symbol-female:before {
content: "\e09c";
}

Expand Down

0 comments on commit e9390e9

Please sign in to comment.