Skip to content

Should work without CSS in modern browsers #66

Closed
@FrancescoCioria

Description

@FrancescoCioria

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions