Skip to content

atomicojs/postcss-imported

Repository files navigation

@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);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published