Sass Import
<!DOCTYPE html> <html> <body> <div style="font-family: sans-serif; max-width: 640px; margin: 40px auto; padding: 20px; border: 1px solid #E9EBE6; border-radius: 8px; background: #F5F6F5;"> <h2 style="margin-top:0;">Multi-file example</h2> <p>This example spans multiple Sass files (<code>@use</code> / <code>@forward</code> across separate partials), so it can't be compiled as a single live preview here. Read the code on the left to see how the files fit together — the comments mark where each file begins.</p> </div> </body> </html>