.card {
padding: 1rem;
border-radius: 8px;
background: #38bdf8;
}
.card:hover {
opacity: 0.9;
}
.card .title {
font-size: 1.25rem;
}It reformats your CSS into SCSS-style structure and indentation. You can then add Sass variables and nesting manually.
Yes. No sign-up. All in your browser.