Replies: 1 comment 4 replies
-
It should be already possible, eg: // Create the CSS rule
const ruleRedLinks = editor.Css.setRule('body a', { color: 'red' });
// Use the rule in the Selector Manager
editor.Selectors.select(ruleRedLinks); Now all the updates in the Style Manager will be applied to the selected rule |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Here is an issue of the roadmap of silex i'd like some feedback on
It is about a plugin addressing this:
Beta Was this translation helpful? Give feedback.
All reactions