Commit Graph

5 Commits

Author SHA1 Message Date
Mike Jolley
aa87d3efc4 Fix padding parsing 2024-04-22 12:43:17 +01:00
Mike Jolley
af92fd9af3 Fix styles in preview 2024-04-22 12:43:17 +01:00
Rostislav Wolny
cb9692bfed Fix PHP warning parsing CSS with new lines
In case there were new lines on the CSS string, the parser threw
a warning on an empty line with \n. The original check $kv === ''
didn't catch "  \n".
Applying trim to a CSS rule should be safe
because whitespace at the end or beginning of a rule is meaningless.

[MAILPOET-5540]
2023-09-21 14:20:35 +02:00
Jan Jakes
926620e8f8 Ignore strict types rule in all existing files that don't have it
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
Jan Jakes
9f790efbf0 Move plugin files to a subfolder
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00