Loading...
Loading...
Inline @import statements into a single CSS file — directly in your browser.
Paste your main CSS file that contains @import statements
Add the imported CSS files by name and content
Click Resolve to inline all imports into one file
Resolves nested @import chains automatically
Detects and skips circular imports to prevent infinite loops
Marks imports that cannot be resolved with clear comments
All processing happens in your browser — nothing is uploaded
No. You define the imported file contents manually. This tool resolves @import references against the files you provide.
Yes. If an imported file itself contains @import statements, they are resolved recursively.