status-im / status-web

Packages for building web applications in the Status ecosystem.
https://status-components.vercel.app
Mozilla Public License 2.0
79 stars 35 forks source link

Use framework-agnostic styling solution #237

Open prichodko opened 2 years ago

prichodko commented 2 years ago

The @status-im/react currently uses styled-components for styling. This approach is suitable for developing apps, but not for code used in other people's applications. styled-components are one of many solutions that developers can use, so after doing some research, the best practice is to distribute framework-agnostic solution, such as separate .css file, which will be up to the developer to include.

Examples:

dyegolara commented 1 year ago

are you willing to use Tailwind css?