Generated by SassMeister.com.
body { background-color: "#ccc"; } /* Test comment #ccc */
// ---- // libsass (v3.2.5) // ---- $theme: "#ccc"; body { background-color: $theme; } /* Test comment #{$theme} */