1.2.1 • Published 2 years ago

@atomico/postcss-imported v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@atomico/postcss-imported

This plugin allows to know the local imports, in order to be observed by third-party tools

const report = {};

await postcss([postcssImported(report)]).process(`@import "./deep-1.css";`, {
    from: "./tests/demo.css",
});

console.log(report);