FormidableLabs/radium

CSS Grid not supported

开放

#1,029 创建于 2019年6月14日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (352 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (7,414 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南