2.0.14
Important
Please check your theme configuration and check if you had unitless values within the configuration. This release fixes an issue where they will now be taken into consideration!
Fixes
-
dropped restriction for empty units in contao-theme-compiler-bundle to fix an issue with unitless config values (SCSS variables always worked, other values did not) bb37a1d
-
fixed horizontal and vertical item padding regression from 584e9ca
This most likely never had any visual bugs unless you were overwriting the custom property for your own needs
Multi column layout changes
-
Properly reset bottom-paddings within the main layout 0c7ffb4
$article-main-spacing-bottom
should now work properly and you could assign the dynamic values such asvar(--art-py-1)
-
Rewrite column layout to column-gap instead of using
calc()
06449eb -
Added row-gap to fix spacing issues between left / right / main on mobile devices 06449eb