postcssimport
PostCSS-Import, commonly referred to as postcss-import, is a PostCSS plugin that processes CSS @import rules by inlining the content from the referenced files into the current stylesheet. This enables developers to organize CSS across multiple files during development while producing a single, concatenated output for deployment.
The plugin resolves import paths, supports configurable search roots, and can prevent duplicate inlines. Typical options
Usage generally involves installing the package and adding it to a PostCSS configuration. For example, install
Limitations include that postcss-import handles only CSS @import semantics and does not implement a full CSS