Justas
Results
1
issues of
Justas
It seems that `inline-css` is truncating the "external identifier" part of DOCTYPE. Consider this example ```javascript const inlineCss = require('inline-css') inlineCss( '', { url:'file://test.html' } ).then(console.debug) // ``` Versions: ```...