Skip to content

Minification doesn't work for Android #1180

@SevereCloud

Description

@SevereCloud

Browserslist

android >=95

Input

.main {
  color: transparent;
}

Actual Output

.main{color:transparent}

Expected Output

.main{color:#0000}

Playground


import browserslist from 'browserslist';
import caniuse from 'caniuse-api';

const browsers = browserslist(`android >=95`); // ['android 145']

console.log(caniuse.isSupported('css-rrggbbaa', browsers)); // true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions