Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should work without CSS in modern browsers #66

Closed
FrancescoCioria opened this issue Jun 15, 2018 · 0 comments
Closed

Should work without CSS in modern browsers #66

FrancescoCioria opened this issue Jun 15, 2018 · 0 comments
Assignees
Labels

Comments

@FrancescoCioria
Copy link
Contributor

FrancescoCioria commented Jun 15, 2018

requirements

CSS is needed to work with older browsers that need prefixes (aka IE 10) but modern browser (IE 11 too!) work without prefixes!

specs

  1. remove CSS (and default .react-flex-view className too!)
  2. pass computed style as inline style
  3. remove every prefix (also for flex property)

NOTE: inline style is stronger than any CSS without !important so this issue is very breaking as some project's CSS may become ineffective

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants