there are two class that start with post-meta-
like this.
<div class="post-meta-top"></div>
<div class="main-text"></div>
<div class="post-meta-bottom"></div>
Normally I must write like .post-meta-top, .post-meta-bottom
, but if possible I want to write like .post-meta-*
.
I know it's impossible with scss right now. My question is "Is there similar function in scss or in other css extended language?"