A
A
Alexander Ivanov2018-01-17 13:28:11
css
Alexander Ivanov, 2018-01-17 13:28:11

How to use before after with ampersand in postcss?

.post-block{
    &__content{
        &__checkbox{
             display: block;
        }
        &__checkbox::after{
            content: 'dasfadsf';
        }
    }
}

This option does not work, but it should work somehow differently, not with a full record.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question