CSS-Next/css-next

Will dynamic CSS usage rules be come true?

Closed this issue · 1 comments

it just like this:

.text {
text-align: right;
font-size: 14pt;
}
<div class="text"> </div>,
<div class="text(null,20)"> </div>,
<div class="text(center,null)" > </div>,
<div class="text(center,20)"> </div>,
<div class="text(font-size=20)"> </div>

looks like you're wanting custom CSS functions, check this out.