Skip to content

Commit 7c84bb8

Browse files
author
Bradley Smith
committed
update skeleton to version 2.0
1 parent 3e71714 commit 7c84bb8

File tree

7 files changed

+826
-626
lines changed

7 files changed

+826
-626
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG
2+
3+
## 1.0.0
4+
- skeleton css v 2.0
5+
6+
## 0.1.0
7+
- skeleton css v 1.2

README.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
[Skeleton](http://getskeleton.com) is a Beautiful Boilerplate for Responsive, Mobile-Friendly Development, a CSS framework.
44

55
Currently Skeleton supports:
6-
7-
* Latest Chrome (Mac/PC)
8-
* Firefox 4.0, 3.6, 3.5, 3.0 (Mac/PC)
9-
* Latest Safari
10-
* IE9, IE8, IE7
11-
* iPhone (Retina)
12-
* Droid (Charge/Original)
13-
* iPad
6+
- Chrome latest
7+
- Firefox latest
8+
- Opera latest
9+
- Safari latest
10+
- IE latest
1411

1512
`skeleton-rails` is a gem for Rails >=3.1 which injects Skeleton CSS framework functionality into Ruby on Rails application, by Helios Technologies.
1613

@@ -36,4 +33,4 @@ command. This should add:
3633

3734
into `app/assets/stylesheets/application.css`.
3835

39-
That's it, have fun!
36+
That's it, have fun!

lib/skeleton-rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Skeleton
22
module Rails
3-
VERSION = "0.1.0"
3+
VERSION = "1.0.0"
44
end
55
end

vendor/assets/stylesheets/base.css

-269
This file was deleted.

vendor/assets/stylesheets/layout.css

-58
This file was deleted.

0 commit comments

Comments
 (0)