Sha256: 0aaf24daeb82eb561d609a9c1ec16f3da826b3289f16c61b1a86473666b2c2e5

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.7.4**, 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.2 README.md