UNPKG

@tablelist/css-important-loader

Version:

Webpack Css Loader to add !important to all styles

8 lines (5 loc) 112 B
module.exports = function (source) { this.cacheable(); console.log('source', source); return source; };