emilov2501 / use-ui

Simple React hooks, ready to use, written in TypeScript
MIT License
11 stars 0 forks source link

Common CSS enhancements #4

Open sachyshyn opened 6 months ago

sachyshyn commented 6 months ago

https://github.com/emilov2501/use-ui/blob/e74fd1712eef84c6a30d063c8ff98b5700ad6d70/packages/use-ui/lib/AppToaster/styles/toaster.module.css#L39

You're able to use BEM methodology there for different modifications of your components. Also you might use CSS variables, they're particularly handy for these cases