lidofinance / ui

React UI Components for Lido projects.
MIT License
20 stars 16 forks source link

Moved Toast to css modules #429

Closed hexnickk4997 closed 1 year ago

hexnickk4997 commented 1 year ago

Description

Looks like css modules :global modifier works kinda bad with postcss-nesting, so nesting just doesn't work there, and we need to write full classes names as . Toastify__progress-bar--animated.

Demo

image image image