jonkemp / jonkemp/inline-css

Do not combine css properties

Open
#45 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
438
Forks
77
PR merge metrics
No merged PRs in 30d

Description

To stop underlining links in Outlook web app you have to set the following rule:

```
a {
text-decoration: none !important;
text-decoration: none;
}
```

What i get after running inline-css plugin is:
``
I think this plugin should not be so smart and should inline my css as it is leaving both rules in same order.

It would be great if you will add such option to API or point me at module which is responsible for combining css properties.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.