Sha256: bfe365e9c6cb6e57d92ae497d12f88338c5de9003b860f936d49250cdc093bd8

Contents?: true

Size: 917 Bytes

Versions: 1

Compression:

Stored size: 917 Bytes

Contents

# Locastyle

This gem provides the front-end framework [Locastyle](https://github.com/locaweb/locawebstyle), at version **3.8.5**, for your ruby application.

## Dependencies

#### JQuery

Recommended use jQuery 1.10 or up

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'locastyle'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install locastyle

## Usage

#### Include locastyle javascript assets

Add the following to your `app/assets/javascripts/application.js`:

    //= require locastyle

#### Include locastyle stylesheet assets

Add to your `app/assets/stylesheets/application.css`:

    *= require locastyle

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tray-tecnologia/locastyle.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
locastyle-0.0.7 README.md