Issue #1802💬 AnsweredOpened February 17, 2019by froderf0 reactions

Unable to get ::after of class of selected

快速解答by artf

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')

Read full answer below ↓

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, 2019

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, 2020

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...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins →
Premium option

Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.

Browse premium plugins →

Related tutorials

In-depth guides on the same topic.

All tutorials →

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.