Joe Joiner
Joe Joiner
As suggested on HTML5 Please, add the file as a behavior in your CSS using the `.no-box-sizing` class, like this: ``` css .no-box-sizing * { behavior: url(/path/to/boxsizing.htc); } ```
What they are saying is that you can add the polyfill with either IE classes on the `html` element (e.g. `.ie-7`), or with `.no-box-sizing`, not with `Modernizr.load`. I don't think...
No worries!
Hey, any idea when this might be merged? Looking forward to this feature.
@mgbvox After I click 'What Credentials do I Need?', I get a prompt to set up an OAuth consent screen. I don't seem to be able to get past this...
Your options for `watch` should look like this: ``` watch: { css: { files: ['src/sass/**/*.scss'], tasks: ['compass'], options: { livereload: true } } } ``` Note the use of the...
Sorry but I can't really suggest anything else without seeing a file tree and your Gruntfile.js in its current state.
Well I'm stumped. I can't see anything you're doing wrong. The only other option is to try using the grunt-contrib-sass compiler with the Compass flag and see if that fixes...