Posts

Showing posts from September, 2024

7 Japanese concepts

 7 Japanese concepts View this post on Instagram A post shared by F A R U T A (@faruta.kimono)

What to do if the input element outline css property doesn't fit form element

What to do if the input element outline css property doesn't fit form element add to your css class definition next property:   outline-offset : inherit ;

If your public key is not working from .env variable file (frontend)

If your public key is not working from .env variable file It depends from your framework  you should prepend your variable in the code with prefix : for example for the NextJS frontend  part it is NEXT_PUBLIC_ for other React based frontend frameworks it could be  REACT_APP_