Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

CSS Grid not supported #1029

Open
chriscooper93 opened this issue Jun 14, 2019 · 1 comment
Open

CSS Grid not supported #1029

chriscooper93 opened this issue Jun 14, 2019 · 1 comment

Comments

@chriscooper93
Copy link

Looks like no browser prefixes get added for CSS Grid (specifically for ie11).

From my initial research it would appear that this is because Support for CSS grid was only introduced by 'inline-style-prefixer' in the latest version (v5.10 -https://github.com/rofrischmann/inline-style-prefixer/blob/master/CHANGELOG.md#510).

Radium currently uses ^v4.0.0. v5 of the style prefixer drops the Create Dynamic prefixer option:

5.0.0
We entirely removed the dynamic version of the prefixer due to constant issues with browser detection and the almost impossible need to keep all the versions updated and in sync. There are no other changes except the import paths for this version.

Improvements, additions and bug fixes will be build on top of the new major version shortly.

Is moving to this version an option? or is keeping the dynamic prefixer more important?

@kylecesmat
Copy link
Contributor

Unfortunately, dynamic style resolution (which we currently rely on) was removed in v5 - https://github.com/rofrischmann/inline-style-prefixer/blob/master/CHANGELOG.md#500

In order for Radium to compute inline styles at runtime we will need to research/refactor how to better apply prefixing.

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

No branches or pull requests

2 participants