I have a problem with getting the CSS framwork 960.gs to work with Meteor. I’ve put the reset.css in a lib/ folder so it loads first. After that, 960.css and *960_12_col.css* is loaded from the css/ folder. However, when I copy the example (only the things from inside of body-tags) from http://960.gs/demo_24_col.html into my Meteor application, it simply doesn’t work. I don’t expect colors and other styling to follow but the grid system should be working. I’ve checked so everything is loaded in the right order but can’t find any more way to finding a solution to this.
Share
Just a silly mistake. The demo uses the 24 column grid. I’ve used the 12 column grid file. Once I used the 24 column, everything was solved.