mirror of
https://github.com/KevinMidboe/inline-html.git
synced 2025-10-29 17:40:29 +00:00
Switched to postcss.
This commit is contained in:
@@ -3,5 +3,5 @@ var fs = require('fs');
|
||||
|
||||
var filePath = './fixtures/assets/imported.css';
|
||||
var css = fs.readFileSync(filePath, 'utf8');
|
||||
css = inline(css, filePath);
|
||||
console.log(css);
|
||||
var result = inline(css, filePath);
|
||||
console.log(result.css);
|
||||
|
||||
Reference in New Issue
Block a user