Fork me on GitHub
#reagent
<
2017-08-20
>
lepistane17:08:48

Could it be that reagent doesn't support those selectors?

pesterhazy17:08:44

Reagent does not use CSS selectors

pesterhazy17:08:10

Do you mean the .foo syntax?

pesterhazy17:08:44

That's just a shorthand fur adding a CSS class

lepistane18:08:33

to be honest

lepistane18:08:54

wanted to make my inputs like that

juhoteperi18:08:07

Reagent doesn't affect css selectors at all

lepistane18:08:50

recreating html structure with reagent and just copying css doesnt make that beautiful green when you check input

lepistane18:08:20

i mean have you had any problems with css when using reagent?

lepistane18:08:29

it could be that i made a mistake somewhere

curlyfry18:08:54

@lepistane No problems with css and reagent!

curlyfry18:08:52

Like @juhoteperi said, reagent does not really affect CSS in any way

lepistane18:08:26

i cant pin point the problem

lepistane18:08:34

few of css rules dont apply

lepistane18:08:38

dont know why

lepistane18:08:23

thank you for answering

lexwin20:08:10

Hello! I was kindly wondering if anyone got react-transition-group with the lifecycle callbacks working with Reagent?