helios-technologies / skeleton-rails

A gem to include Skeleton CSS into Rails 3.1
174 stars 45 forks source link

editing skeleton media queries #9

Closed ryandeussing closed 11 years ago

ryandeussing commented 12 years ago

When this gem is installed, the vendored css files don't appear in my Rails project. vendor/assets/stylesheets is empty...

I wonder how you edit the media queries in layout.css then?

Thanks!

jeffreyjurgajtis commented 12 years ago

Its not possible to style an entire app without touching the skeleton css. I'm interested in what solutions come up too.

I suppose you could just create the file in the stylesheets directory, copy over the code, and remove to *= require layout from the application.css.

ryandeussing commented 12 years ago

Totally - but I thought I was missing something, b/c that seems to circumvent the gem instead of take advantage of it. I may just drop all 3 stylesheets into app/assets in that case. Thanks!

Typed by thumb.

On Jul 27, 2012, at 6:00 PM, jeffreyjurgajtisreply@reply.github.com wrote:

Its not possible to style an entire app without touching the skeleton css files. I'm interested in what solutions come up too.

I suppose you could just create the file in the stylesheets directory, copy over the code, and remove to *= require layout from the application.css.


Reply to this email directly or view it on GitHub: https://github.com/helios-technologies/skeleton-rails/issues/9#issuecomment-7317326