-
-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The existing regex was only separating on comma, but `var()` statements (which can be used as values) can also include a comma (after which follows a default value) This seemed to be the case in one instance in Bootstrap, causing it to be minified incorrectly. This replacement is more strict, and will only convert colors made up of their literal values, ignoring any that include `var()`s in there. Fixes #422
- Loading branch information
1 parent
e4d9ebd
commit cb7a929
Showing
2 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters