Library that is meant to be used inside Eightshift Boilerplate and Eightshift Boilerplate Plugin libs via composer in order to be able to easily set up a modern development process.
Introduced new, more flexible, and simpler to use tailwindClasses function. Replaces getTwPart, getTwDynamicPart, and getTwClasses.
Potentially breaking: twClassesEditor is now appended to twClasses. If you need editor-only classes, you can now use the twClassesEditorOnly key. Editor-only classes replace twClasses, but will also have classes from twClassesEditor.
Potentially breaking: parts key in manifest now supports specifying multiple parts just with a comma-separated string.
You can now apply classes to multiple parts within one option or combination! Also work with responsive options.
There are now (basic) warnings for misconfigurations of parts and options.
Changes:
tailwindClasses
function. ReplacesgetTwPart
,getTwDynamicPart
, andgetTwClasses
.twClassesEditor
is now appended totwClasses
. If you need editor-only classes, you can now use thetwClassesEditorOnly
key. Editor-only classes replacetwClasses
, but will also have classes fromtwClassesEditor
.parts
key in manifest now supports specifying multiple parts just with a comma-separated string.