You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2017. It is now read-only.
It would be nice if we could put an attribute like data-ignore-inline in a style tag or link tag and have grunt-inline-css ignore the linked file or style block.
<style type="text/css" data-ignore-inline="1">
... This is not parsed ...
</style>
It would be nice if we could put an attribute like data-ignore-inline in a style tag or link tag and have grunt-inline-css ignore the linked file or style block.