Browse Source

fix racticon icons

pull/245/head
connors 11 years ago
parent
commit
c48b70135c
  1. 4
      README.md
  2. 31
      lib/sass/ratchicons.scss
  3. 2
      package.json

4
README.md

@ -1,10 +1,10 @@
# Ratchet v2.0 WIP
Prototype mobile apps with simple HTML, CSS and JS components.
Prototype mobile apps with simple HTML, CSS, and JS components.
## Getting Started
- Clone the repo with `git clone https://github.com/maker/ratchet.git` or just [download](http://maker.github.io/ratchet/ratchet.zip) the bundled CSS and JS
- Clone the repo with `git clone https://github.com/maker/ratchet.git` or just [download](http://github.com/maker/ratchet/archive/v2.0.0.zip) the bundled CSS and JS
- [Read the docs](http://maker.github.io/ratchet) to learn about the components and how to get a prototype on your phone
- We will have example apps to check out very soon!

31
lib/sass/ratchicons.scss

@ -14,25 +14,24 @@
}
.icon {
display: inline-block;
font-family: "Ratchicons", sans-serif;
font-family: Ratchicons;
font-size: 24px;
text-decoration: none;
line-height: 1;
cursor: default;
-webkit-font-smoothing: antialiased;
&.icon-down:before { content: '\f00b'}
&.icon-download:before { content: '\f005'}
&.icon-left:before { content: '\f00c'}
&.icon-list:before { content: '\f008'}
&.icon-pages:before { content: '\f000'}
&.icon-refresh:before { content: '\f009'}
&.icon-right:before { content: '\f00d'}
&.icon-search:before { content: '\f007'}
&.icon-share:before { content: '\f00a'}
&.icon-sound:before { content: '\f001'}
&.icon-sound2:before { content: '\f002'}
&.icon-sound3:before { content: '\f003'}
&.icon-sound4:before { content: '\f004'}
&.icon-up:before { content: '\f00e'}
}
.icon-down:before { content: '\f00b'}
.icon-download:before { content: '\f005'}
.icon-left:before { content: '\f00c'}
.icon-list:before { content: '\f008'}
.icon-pages:before { content: '\f000'}
.icon-refresh:before { content: '\f009'}
.icon-right:before { content: '\f00d'}
.icon-search:before { content: '\f007'}
.icon-share:before { content: '\f00a'}
.icon-sound:before { content: '\f001'}
.icon-sound2:before { content: '\f002'}
.icon-sound3:before { content: '\f003'}
.icon-sound4:before { content: '\f004'}
.icon-up:before { content: '\f00e'}

2
package.json

@ -5,7 +5,7 @@
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",

Loading…
Cancel
Save