Issue #1802Opened February 17, 2019by froderf0 reactions

Unable to get ::after of class of selected

Question

.sample-class{
     color: red;
}

.sample-class::after{
   content:'';
   color: black;
}

I can't get the css rule of a class with '::after'

cssComposer.getClassRule("sample-class", {state: 'after'})

is there a way to get

content:'';
color: black;

since the only state I know were 'hover', and 'active'

Thank you !

Answers (2)

artfFebruary 19, 20190 reactions

You should use {state: ':after'}, anyway I'd recommend to start using the new getRule as it would be even faster cssComposer.getRule('.sample-class::after')

lock[bot]February 21, 20200 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.