Sha256: 42d7f44bc2c9de0b141b0ffaf401718f206bf224ea5cc3d5ab0e0a6398b75400

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

Skins
=====

![Skins](http://lugolabs.com/static/skins_listing_books.png)

Adds a thin layer of style to Rails scaffolds.

### Usage

Add the gem to your Gemfile:

```ruby
gem 'skins'
```

You can also just copy the [stylesheet](https://raw.githubusercontent.com/lugolabs/skins/master/vendor/assets/stylesheets/skins-air.css) to the `/vendor/assets/stylesheets` folder of your app.

Require the skin file in your `application.css`

```css
*= require skins-air
```

Add the free Google fonts to your layout file:

```html
<link href="http://fonts.googleapis.com/css?family=Quicksand:400,700" rel="stylesheet" type="text/css" />
```

or run the convenient generator if you installed the gem:

```shell
bin/rails g skins:install
```

Add the CSS class to the `body` of your layout file:

```html
<body class="skins-air">
```

Now you are ready to go.

![Skins](http://lugolabs.com/static/skins_new_record.png)

A screenshot of the skinned *New Record* page.


---------

Copyright Lugo Labs. Uses [MIT-LICENSE](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
skins-0.0.2 README.md