Skip to content

Commit f3b69b6

Browse files
author
Adam Bradley
committed
v1.5.2 w/ :before pseudo
1 parent 135798c commit f3b69b6

17 files changed

+1223
-1223
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test",
88
"tests"
99
],
10-
"version": "1.5.1",
10+
"version": "1.5.2",
1111
"name": "Ionicons",
1212
"license": "MIT",
1313
"authors": [

builder/build_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build_hash": "",
33
"prefix": "ion-",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"name": "Ionicons",
66
"icons": [
77
{

builder/generate.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def generate_less(data):
8383

8484
group = [ '.%s' % (data['name'].lower()) ]
8585
for ionicon in data['icons']:
86-
group.append('.@{ionicons-prefix}%s' % (ionicon['name']) )
86+
group.append('.@{ionicons-prefix}%s:before' % (ionicon['name']) )
8787

8888
d.append( ',\n'.join(group) )
8989

@@ -94,7 +94,7 @@ def generate_less(data):
9494
for ionicon in data['icons']:
9595
chr_code = ionicon['code'].replace('0x', '\\')
9696
d.append('.@{ionicons-prefix}%s:before { content: @ionicon-var-%s; }' % (ionicon['name'], ionicon['name']) )
97-
97+
9898
f = open(icons_file_path, 'w')
9999
f.write( '\n'.join(d) )
100100
f.close()
@@ -129,7 +129,7 @@ def generate_scss(data):
129129

130130
group = [ '.%s' % (data['name'].lower()) ]
131131
for ionicon in data['icons']:
132-
group.append('.#{$ionicons-prefix}%s' % (ionicon['name']) )
132+
group.append('.#{$ionicons-prefix}%s:before' % (ionicon['name']) )
133133

134134
d.append( ',\n'.join(group) )
135135

@@ -140,7 +140,7 @@ def generate_scss(data):
140140
for ionicon in data['icons']:
141141
chr_code = ionicon['code'].replace('0x', '\\')
142142
d.append('.#{$ionicons-prefix}%s:before { content: $ionicon-var-%s; }' % (ionicon['name'], ionicon['name']) )
143-
143+
144144
f = open(icons_file_path, 'w')
145145
f.write( '\n'.join(d) )
146146
f.close()
@@ -284,7 +284,7 @@ def generate_bower_json(data):
284284
],
285285
"description": "Ionicons - free and beautiful icons from the creators of Ionic Framework",
286286
"main": [
287-
"css/%s.css" % (data['name'].lower()),
287+
"css/%s.css" % (data['name'].lower()),
288288
"fonts/*"
289289
],
290290
"keywords": [ "fonts", "icon font", "icons", "ionic", "web font"],

builder/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build_hash": "23aeed92fa0edead25420fda11a3b2f8",
33
"prefix": "ion-",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"name": "Ionicons",
66
"icons": [
77
{

cheatsheet.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Ionicons v1.5.1 Cheatsheet</title>
4+
<title>Ionicons v1.5.2 Cheatsheet</title>
55
<style>
66
* {
77
-moz-box-sizing: border-box;
@@ -142,7 +142,7 @@
142142
<body>
143143
<div class="container">
144144
<header>
145-
<h1>Ionicons v1.5.1 Cheatsheet, 601 icons:</h1>
145+
<h1>Ionicons v1.5.2 Cheatsheet, 601 icons:</h1>
146146
<p><a href="http://ionicons.com/">Ionicons Homepage</a></p>
147147
</header>
148148
<div class="content">

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo": "driftyco/ionicons",
33
"development": {},
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"styles": [
66
"css/ionicons.css"
77
],

css/ionicons.css

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

css/ionicons.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fonts/ionicons.eot

0 Bytes
Binary file not shown.

fonts/ionicons.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)