Skip to content

CSS Auto-prefixer #78

@mejedi

Description

@mejedi

Integrate auto-prefixer in the build process. Drop explicit prefixes in CSS.

Ex:

.b-download-list-item-drop {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    site[area] Task relates to Tarantool's website

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions