eduardoboucas / eduardoboucas/postcss-cssential

Bug: 0deg replaced to 0

Open
#5 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
19
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Hi Eduardo.

I see that the code:
.header{background-image:linear-gradient(0deg,#303030,#3e3e3e);}

gets replaced to
.header{background-image:linear-gradient(0,#303030,#3e3e3e)}

And Firefox doesn't like 0 value, 0deg is fine.

I think "uglifycss" is doing this.

Tom

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.