Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Remove some not future css plugins from next major release #375

@Semigradsky

Description

@Semigradsky
  1. postcss-color-rgba-fallback
    rgba(153, 221, 153, 0.8) -> #99DD99
    http://caniuse.com/#feat=css3-colors (IE 8-)

  2. postcss-pseudoelements
    :before {} -> ::before {}
    http://caniuse.com/#feat=css-gencontent (IE 8-)

  3. pixrem
    2.5rem -> 80px
    http://caniuse.com/#feat=rem (IE 10-)

Good plugin pack for this plugins: https://github.com/jonathantneal/oldie

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions