Skip to content

move from sass mixins to post-prefixer #25

Description

@raffaelj

Right now, I use sass partials for vendor prefixes:
https://github.com/raffaelj/CpMultiplane/blob/master/modules/Multiplane/themes/rljbase/assets/css/sass/_mixins.scss

To keep the code cleaner (and to not forget a lot of prefixes) I should use a post-prefixer instead.
see: https://www.npmjs.com/package/postcss-prefixer

Moving to a post prefixer will open a new issue: css filters like filter: invert() must be escaped, otherwise sass will throw an error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions