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