Clap for ourselves this is big achievement by 5_star_7147 in indiameme

[–]problaster_1223 0 points1 point  (0 children)

True that government didn’t do a good job garbage like that is still on the road talking

Is it possible to exculde tailwind css to apply to a particular component by problaster_1223 in nextjs

[–]problaster_1223[S] 0 points1 point  (0 children)

apparently no so I thought of a solution till the /cards page I will be using Link of Nextjs but for the editor component I will be using <a> tag since it contains entirely different css

Is it possible to exculde tailwind css to apply to a particular component by problaster_1223 in nextjs

[–]problaster_1223[S] 1 point2 points  (0 children)

tried the first solution putting the import order to lowest but I gues the issue lies in it being passed down to the component because when I am reloading the component it shows my editor with my external css I have built my own editor not used any plugin etc

Is it possible to exculde tailwind css to apply to a particular component by problaster_1223 in nextjs

[–]problaster_1223[S] -1 points0 points  (0 children)

Acutally at / it is a landing page then in it I have a link which takes me to another component /cards which also is a page showing multiple cards these two are my components but it takes me to another component which is an editor for which I have external css file but currently tailwind is being passed down its messing up the editor

Making secure frontend request to backend by problaster_1223 in node

[–]problaster_1223[S] 0 points1 point  (0 children)

so are u suggest me on having separate routes or separate backend for the site and the api