systemjs-plugin-css
Advanced tools
Comparing version
{ | ||
"name": "systemjs-plugin-css", | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"main": "css", | ||
"registry": "jspm", | ||
"scripts": { | ||
"test": "mocha --harmony test/test.js" | ||
"test": "mocha --harmony test/test.js", | ||
"build": "cd build-clean-css && jspm build clean-css --node ../clean-css.js" | ||
}, | ||
@@ -9,0 +10,0 @@ "devDependencies": { |
@@ -39,3 +39,3 @@ css | ||
meta: { | ||
'*.css': { loader: css } | ||
'*.css': { loader: 'css' } | ||
} | ||
@@ -42,0 +42,0 @@ }); |
@@ -9,2 +9,2 @@ System.registerDynamic("test/data/test.css!css.js", [], false, function ($__require, $__exports, $__module) { | ||
(function(c){if (typeof document == 'undefined') return; var d=document,a='appendChild',i='styleSheet',s=d.createElement('style');s.type='text/css';d.getElementsByTagName('head')[0][a](s);s[i]?s[i].cssText=c:s[a](d.createTextNode(c));}) | ||
("body{background-color:red;background-image:url(test/data/x.png)}"); | ||
("h1{font-size:20px}body{background-color:red;background-image:url(test/data/x.png)}"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
373545
16.97%21
23.53%8664
4.36%