I am trying to use Semantic Grid System -- which uses LESS CSS --and additionally I am using Superfish and the JQuery Corner plugin.
My problem is that when I apply superfish, it scrambles some LESS-generated styles that work perfectly before. The delta between the two pre-ceding examples is the addition of the the "superfish.css", not applying the superfish() call in jquery.
(for the record, I know that some have reported difficulty with using "corner" and "superfish" before; I have successfully used them together with JQuery 1.7 and 1.7.1 so long as you call corner after fish and apply corner to a div wrapped outside of the fish ul)
Obviously I am at the initial steps of building a Semantic Grid layout that I will use as the base for my projects...and to find that Semantic / LESS seems to choke so quickly on a menu is SO disappointing that I cannot believe that the error is not mine.
Any solution or best practice to avoid this issue as I move forward would be appreciated.
Can SGS be run without less.js, thus having you compile the stylesheet compiled beforehand? I would recommend going this way.