View Single Post
  #7  
Old 07-24-2012, 08:42 PM
jscott2104 jscott2104 is offline
Registered User
Genesis Member
 
Join Date: May 2012
Posts: 1
Default Editing traditional CSS in Bones without Less

The Bones theme framework comes with two different "styles" stylesheets. The default is parsed by Less and is called "styles.css". There is another stylesheet called styles-old.css that is traditional CSS file.

According to the the Bones Support section here is the solution:

---------------------------
Copied from http://themble.com/huge-responsive-bones-update/
---------------------------

NO! I don’t like change! I want it the old way!

No worries, inside the library/css folder, there’s a file called old-css.css which contains the old css file. Just reference it in the header and you’re good to go. You’ll also want to call the respond.js file inside library/js/libs/ folder so that IE won’t be left out.

----------------------------
End Quote
---------------------------