chore(deps): update dependency tailwindcss to v1.4.6 - autoclosed #110
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.5->1.4.6Release Notes
tailwindcss/tailwindcss
v1.4.6Compare Source
importantconfig option instead of just generating the wrong CSS (ad850ac)v1.4.5Compare Source
divideColorplugin was using the wrongvariantsin IE11 target modev1.4.4Compare Source
target: 'browserslist'didn't work, onlytarget: ['browserslist', {...}]did (f5c0e30)v1.4.3Compare Source
v1.4.2Compare Source
purge: { enabled: false }was ignored, addpurge: falseshorthandv1.4.1Compare Source
cdef9c8,9032ff3)v1.4.0Compare Source
Tailwind CSS v1.4.0
Another new minor version so soon? Merry Coronavirus 🎄😷🎄
New Features
New color opacity utilities (#1627)
Tailwind v1.4 adds a new set of utilities for controlling just the alpha channel of colors:
bg-opacity-{value}text-opacity-{value}border-opacity-{value}divide-opacity-{value}placeholder-opacity-{value}These utilities compose with the existing color utilities like this:
All of these new utilities inherit their values from the
opacityconfig by default but can be configured independently under the following theme keys:backgroundOpacitytextOpacityborderOpacityplaceholderOpacitydivideOpacityLearn more in the pull request.
Built-in PurgeCSS (#1639)
Tailwind v1.4 adds a new
purgeoption to the config for removing unused CSS without the need for configuring another tool:Learn more in the pull request and the updated "Controlling File Size" documentation.
IE 11 target mode (#1635)
This feature is experimental and may change outside of normal semantic versioning policies.
Recently we've been adding a lot of new features to Tailwind that aren't IE 11 compatible, and if you need to support IE 11 in your projects you have to be careful not to rely on these features by mistake.
To make this easier, we've added a new
targetoption to the config that lets you opt-in to a newie11mode that disables any features that are not compatible with IE 11:Learn more in the pull request.
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.