cssx icon indicating copy to clipboard operation
cssx copied to clipboard

Rewrite of cujo's cssx library for extending css in older browsers (requires an AMD loader)

Results 2 cssx issues
Sort by recently updated
recently updated
newest added

When trying to optimize your app with `r.js` the optimizer fails when you include `css!` requires. The plugin should at least somehow silently do nothing on `r.js` runs instead of...

Works pretty well. Only issue I had was that bdload does not pass the config object in the load method. Fixed this by adding the following: config = config ||...