status-web icon indicating copy to clipboard operation
status-web copied to clipboard

Use framework-agnostic styling solution

Open prichodko opened this issue 2 years ago • 1 comments

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:

prichodko avatar Mar 04 '22 14:03 prichodko