@atomico/postcss-imported
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @atomico/postcss-imported

Weekly Downloads

1,489

Version

1.2.1

License

ISC

Unpacked Size

16.9 kB

Total Files

15

Last publish

Collaborators

  • uppercod