Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e59587

Browse files
committed
update devicon.scss
1 parent 66a8fac commit 2e59587

1 file changed

Lines changed: 59 additions & 59 deletions

File tree

scss/devicon.scss

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
font-style: normal;
1010
}
1111

12-
[class^="icon-"], [class*=" icon-"] {
12+
[class^="devicon-"], [class*=" devicon-"] {
1313
font-family: 'devicon';
1414
speak: none;
1515
font-style: normal;
@@ -42,206 +42,206 @@ $html5-color: #e54d26;
4242
$bootstrap-color: #59407f;
4343
$illustrator-color: #faa625;
4444

45-
.icon-sass:before {
45+
.devicon-sass:before {
4646
content: "\e600";
4747
}
48-
.icon-sass-color:before {
48+
.devicon-sass-color:before {
4949
content: "\e600";
5050
color: $sass-color;
5151
}
52-
.icon-photoshop:before {
52+
.devicon-photoshop:before {
5353
content: "\e601";
5454
}
55-
.icon-photoshop-color:before {
55+
.devicon-photoshop-color:before {
5656
content: "\e601";
5757
color: $photoshop-color;
5858
}
59-
.icon-mysql:before {
59+
.devicon-mysql:before {
6060
content: "\e602";
6161
}
62-
.icon-mysql-color:before {
62+
.devicon-mysql-color:before {
6363
content: "\e602";
6464
color: $mysql-color;
6565
}
66-
.icon-mysql-text:before {
66+
.devicon-mysql-text:before {
6767
content: "\e603";
6868
}
69-
.icon-mysql-text-color:before {
69+
.devicon-mysql-text-color:before {
7070
content: "\e603";
7171
color: $mysql-color;
7272
}
73-
.icon-less:before {
73+
.devicon-less:before {
7474
content: "\e604";
7575
}
76-
.icon-less-color:before {
76+
.devicon-less-color:before {
7777
content: "\e604";
7878
color: $less-color;
7979
}
80-
.icon-laravel:before {
80+
.devicon-laravel:before {
8181
content: "\e605";
8282
}
83-
.icon-laravel-color:before {
83+
.devicon-laravel-color:before {
8484
content: "\e605";
8585
color: $laravel-color;
8686
}
87-
.icon-laravel-text:before {
87+
.devicon-laravel-text:before {
8888
content: "\e606";
8989
}
90-
.icon-laravel-text-color:before {
90+
.devicon-laravel-text-color:before {
9191
content: "\e606";
9292
color: $laravel-color;
9393
}
94-
.icon-js:before {
94+
.devicon-js:before {
9595
content: "\e607";
9696
}
97-
.icon-js-color:before {
97+
.devicon-js-color:before {
9898
content: "\e607";
9999
color: $js-color;
100100
}
101-
.icon-jquery:before {
101+
.devicon-jquery:before {
102102
content: "\e608";
103103
}
104-
.icon-jquery-color:before {
104+
.devicon-jquery-color:before {
105105
content: "\e608";
106106
color: $jquery-color;
107107
}
108-
.icon-jquery-text:before {
108+
.devicon-jquery-text:before {
109109
content: "\e609";
110110
}
111-
.icon-jquery-text-color:before {
111+
.devicon-jquery-text-color:before {
112112
content: "\e609";
113113
color: $jquery-color;
114114
}
115-
.icon-javascript:before {
115+
.devicon-javascript:before {
116116
content: "\e60a";
117117
}
118-
.icon-javascript-color:before {
118+
.devicon-javascript-color:before {
119119
content: "\e60a";
120120
color: $javascript-color;
121121
}
122-
.icon-javascript-text:before {
122+
.devicon-javascript-text:before {
123123
content: "\e60b";
124124
}
125-
.icon-javascript-text-color:before {
125+
.devicon-javascript-text-color:before {
126126
content: "\e60b";
127127
color: $javascript-color;
128128
}
129-
.icon-bower:before {
129+
.devicon-bower:before {
130130
content: "\e60c";
131131
}
132-
.icon-bower-color:before {
132+
.devicon-bower-color:before {
133133
content: "\e60c";
134134
color: $bower-color;
135135
}
136-
.icon-bower-text:before {
136+
.devicon-bower-text:before {
137137
content: "\e61c";
138138
}
139-
.icon-bower-text-color:before {
139+
.devicon-bower-text-color:before {
140140
content: "\e61c";
141141
color: $bower-color;
142142
}
143-
.icon-css3:before {
143+
.devicon-css3:before {
144144
content: "\e60e";
145145
}
146-
.icon-css3-color:before {
146+
.devicon-css3-color:before {
147147
content: "\e60e";
148148
color: $css3-color;
149149
}
150-
.icon-css3-text:before {
150+
.devicon-css3-text:before {
151151
content: "\e60d";
152152
}
153-
.icon-css3-text-color:before {
153+
.devicon-css3-text-color:before {
154154
content: "\e60d";
155155
color: $css3-color;
156156
}
157-
.icon-foundation:before {
157+
.devicon-foundation:before {
158158
content: "\e610";
159159
}
160-
.icon-foundation-color:before {
160+
.devicon-foundation-color:before {
161161
content: "\e610";
162162
color: $foundation-color;
163163
}
164-
.icon-foundation-text:before {
164+
.devicon-foundation-text:before {
165165
content: "\e60f";
166166
}
167-
.icon-foundation-text-color:before {
167+
.devicon-foundation-text-color:before {
168168
content: "\e60f";
169169
color: $foundation-color;
170170
}
171-
.icon-git:before {
171+
.devicon-git:before {
172172
content: "\e612";
173173
}
174-
.icon-git-color:before {
174+
.devicon-git-color:before {
175175
content: "\e612";
176176
color: $git-color;
177177
}
178-
.icon-git-text:before {
178+
.devicon-git-text:before {
179179
content: "\e611";
180180
}
181-
.icon-git-text-color:before {
181+
.devicon-git-text-color:before {
182182
content: "\e611";
183183
color: $git-color;
184184
}
185-
.icon-grunt:before {
185+
.devicon-grunt:before {
186186
content: "\e616";
187187
}
188-
.icon-grunt-color:before {
188+
.devicon-grunt-color:before {
189189
content: "\e616";
190190
color: $grunt-color;
191191
}
192-
.icon-grunt-text:before {
192+
.devicon-grunt-text:before {
193193
content: "\e613";
194194
}
195-
.icon-grunt-text-color:before {
195+
.devicon-grunt-text-color:before {
196196
content: "\e613";
197197
color: $grunt-color;
198198
}
199-
.icon-angularjs:before {
199+
.devicon-angularjs:before {
200200
content: "\e615";
201201
}
202-
.icon-angularjs-color:before {
202+
.devicon-angularjs-color:before {
203203
content: "\e615";
204204
color: $angularjs-color;
205205
}
206-
.icon-angularjs-text:before {
206+
.devicon-angularjs-text:before {
207207
content: "\e614";
208208
}
209-
.icon-angularjs-text-color:before {
209+
.devicon-angularjs-text-color:before {
210210
content: "\e614";
211211
color: $angularjs-color;
212212
}
213-
.icon-bootstrap:before {
213+
.devicon-bootstrap:before {
214214
content: "\e619";
215215
}
216-
.icon-bootstrap-color:before {
216+
.devicon-bootstrap-color:before {
217217
content: "\e619";
218218
color: $bootstrap-color;
219219
}
220-
.icon-bootstrap-text:before {
220+
.devicon-bootstrap-text:before {
221221
content: "\e618";
222222
}
223-
.icon-bootstrap-text-color:before {
223+
.devicon-bootstrap-text-color:before {
224224
content: "\e618";
225225
color: $bootstrap-color;
226226
}
227-
.icon-html5:before {
227+
.devicon-html5:before {
228228
content: "\e61a";
229229
}
230-
.icon-html5-color:before {
230+
.devicon-html5-color:before {
231231
content: "\e61a";
232232
color: $html5-color;
233233
}
234-
.icon-html5-text:before {
234+
.devicon-html5-text:before {
235235
content: "\e617";
236236
}
237-
.icon-html5-text-color:before {
237+
.devicon-html5-text-color:before {
238238
content: "\e617";
239239
color: $html5-color;
240240
}
241-
.icon-illustrator:before {
241+
.devicon-illustrator:before {
242242
content: "\e61b";
243243
}
244-
.icon-illustrator-color:before {
244+
.devicon-illustrator-color:before {
245245
content: "\e61b";
246246
color: $illustrator-color;
247247
}

0 commit comments

Comments
 (0)