css

For all your CSS related content...
reefersleep 2017-04-16T18:08:02.145893Z

Hello everyone πŸ™‚ I was wondering if there is a way to add pseudoclass attributes to hiccup elements in a Reagent project?

reefersleep 2017-04-16T18:11:45.161225Z

I have a .css file in my project that I would really like to get rid of, or minimize as much as possible, in favour of styles inlined in Reagent components.

niamu 2017-04-16T18:29:53.238693Z

pseudoclasses can’t be added to HTML elements, but you could add inline styles with <style> and add the pseudoclass there.

reefersleep 2017-04-16T18:56:48.351772Z

Hm. Too bad... But thank you for the pointer that can help me get rid of the .css file entirely! πŸ™‚

reefersleep 2017-04-16T18:57:19.353921Z

@niamu

niamu 2017-04-16T18:57:43.355646Z

No problem πŸ™‚