Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.4 to 3.2.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.2.6</h2> <h3>Fixed</h3> <ul> <li>drop oxide api shim (<a href="add16364b4">add16364b4b1100e1af23ad1ca6900a0b53cbba0</a>)</li> </ul> <h2>v3.2.5</h2> <h3>Added</h3> <ul> <li>Add standalone CLI build for 64-bit Windows on ARM (<code>node16-win-arm64</code>) (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10001">#10001</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Cleanup unused <code>variantOrder</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9829">#9829</a>)</li> <li>Fix <code>foo-[abc]/[def]</code> not being handled correctly (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9866">#9866</a>)</li> <li>Add container queries plugin to standalone CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9865">#9865</a>)</li> <li>Support renaming of output files by <code>PostCSS</code> plugin. (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9944">#9944</a>)</li> <li>Improve return value of <code>resolveConfig</code>, unwrap <code>ResolvableTo</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9972">#9972</a>)</li> <li>Clip unbalanced brackets in arbitrary values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9973">#9973</a>)</li> <li>Don’t reorder webkit scrollbar pseudo elements (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9991">#9991</a>)</li> <li>Deterministic sorting of arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10016">#10016</a>)</li> <li>Add <code>data</code> key to theme types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10023">#10023</a>)</li> <li>Prevent invalid arbitrary variant selectors from failing the build (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10059">#10059</a>)</li> <li>Properly handle subtraction followed by a variable (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10074">#10074</a>)</li> <li>Fix missing <code>string[]</code> in the <code>theme.dropShadow</code> types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10072">#10072</a>)</li> <li>Update list of length units (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10100">#10100</a>)</li> <li>Fix not matching arbitrary properties when closely followed by square brackets (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10212">#10212</a>)</li> <li>Allow direct nesting in <code>root</code> or <code>@layer</code> nodes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10229">#10229</a>)</li> <li>Don't prefix classes in arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10214">#10214</a>)</li> <li>Fix perf regression when checking for changed content (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10234">#10234</a>)</li> <li>Fix missing <code>blocklist</code> member in the <code>Config</code> type (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10239">#10239</a>)</li> <li>Escape group names in selectors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10276">#10276</a>)</li> <li>Consider earlier variants before sorting functions (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10288">#10288</a>)</li> <li>Allow variants with slashes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10336">#10336</a>)</li> <li>Ensure generated CSS is always sorted in the same order for a given set of templates (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10382">#10382</a>)</li> <li>Handle variants when the same class appears multiple times in a selector (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10397">#10397</a>)</li> <li>Handle group/peer variants with quoted strings (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10400">#10400</a>)</li> <li>Parse alpha value from rgba/hsla colors when using variables (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10429">#10429</a>)</li> <li>Sort by <code>layer</code> inside <code>variants</code> layer (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10505">#10505</a>)</li> <li>Add <code>--watch=always</code> option to prevent exit when stdin closes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9966">#9966</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Alphabetize <code>theme</code> keys in default config (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9953">#9953</a>)</li> <li>Update esbuild to v17 (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10368">#10368</a>)</li> <li>Include <code>outline-color</code> in <code>transition</code> and <code>transition-colors</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10385">#10385</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.2.6] - 2023-02-08</h2> <h3>Fixed</h3> <ul> <li>drop oxide api shim (<a href="add16364b4">add16364b4b1100e1af23ad1ca6900a0b53cbba0</a>)</li> </ul> <h2>[3.2.5] - 2023-02-08</h2> <h3>Added</h3> <ul> <li>Add standalone CLI build for 64-bit Windows on ARM (<code>node16-win-arm64</code>) (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10001">#10001</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Cleanup unused <code>variantOrder</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9829">#9829</a>)</li> <li>Fix <code>foo-[abc]/[def]</code> not being handled correctly (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9866">#9866</a>)</li> <li>Add container queries plugin to standalone CLI (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9865">#9865</a>)</li> <li>Support renaming of output files by <code>PostCSS</code> plugin. (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9944">#9944</a>)</li> <li>Improve return value of <code>resolveConfig</code>, unwrap <code>ResolvableTo</code> (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9972">#9972</a>)</li> <li>Clip unbalanced brackets in arbitrary values (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9973">#9973</a>)</li> <li>Don’t reorder webkit scrollbar pseudo elements (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9991">#9991</a>)</li> <li>Deterministic sorting of arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10016">#10016</a>)</li> <li>Add <code>data</code> key to theme types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10023">#10023</a>)</li> <li>Prevent invalid arbitrary variant selectors from failing the build (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10059">#10059</a>)</li> <li>Properly handle subtraction followed by a variable (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10074">#10074</a>)</li> <li>Fix missing <code>string[]</code> in the <code>theme.dropShadow</code> types (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10072">#10072</a>)</li> <li>Update list of length units (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10100">#10100</a>)</li> <li>Fix not matching arbitrary properties when closely followed by square brackets (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10212">#10212</a>)</li> <li>Allow direct nesting in <code>root</code> or <code>@layer</code> nodes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10229">#10229</a>)</li> <li>Don't prefix classes in arbitrary variants (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10214">#10214</a>)</li> <li>Fix perf regression when checking for changed content (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10234">#10234</a>)</li> <li>Fix missing <code>blocklist</code> member in the <code>Config</code> type (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10239">#10239</a>)</li> <li>Escape group names in selectors (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10276">#10276</a>)</li> <li>Consider earlier variants before sorting functions (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10288">#10288</a>)</li> <li>Allow variants with slashes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10336">#10336</a>)</li> <li>Ensure generated CSS is always sorted in the same order for a given set of templates (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10382">#10382</a>)</li> <li>Handle variants when the same class appears multiple times in a selector (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10397">#10397</a>)</li> <li>Handle group/peer variants with quoted strings (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10400">#10400</a>)</li> <li>Parse alpha value from rgba/hsla colors when using variables (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10429">#10429</a>)</li> <li>Sort by <code>layer</code> inside <code>variants</code> layer (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10505">#10505</a>)</li> <li>Add <code>--watch=always</code> option to prevent exit when stdin closes (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9966">#9966</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Alphabetize <code>theme</code> keys in default config (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/9953">#9953</a>)</li> <li>Update esbuild to v17 (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10368">#10368</a>)</li> <li>Include <code>outline-color</code> in <code>transition</code> and <code>transition-colors</code> utilities (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/pull/10385">#10385</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="7f81849a43"><code>7f81849</code></a> 3.2.6</li> <li><a href="d17bc26708"><code>d17bc26</code></a> update changelog</li> <li><a href="352677f0a9"><code>352677f</code></a> Prepare for the <code>v3.2.6</code></li> <li><a href="add16364b4"><code>add1636</code></a> drop oxide api shim</li> <li><a href="0bf3a7dda6"><code>0bf3a7d</code></a> Revert "Prepare for the <code>v3.2.5</code> release (<a href="https://github-redirect.dependabot.com/tailwindlabs/tailwindcss/issues/10531">#10531</a>)"</li> <li><a href="abe5163116"><code>abe5163</code></a> 3.2.5</li> <li><a href="924ae7aca6"><code>924ae7a</code></a> swap to <code>stable</code> engines when preparing the release</li> <li><a href="3f9d7e8e71"><code>3f9d7e8</code></a> drop caching from <code>release stable</code> workflow</li> <li><a href="aff715eba6"><code>aff715e</code></a> ensure to swap to the stable engine</li> <li><a href="f22261b314"><code>f22261b</code></a> do not include <code>oxide</code> engine related features</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.2.4...v3.2.6">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Corso
Corso is the first open-source tool that aims to assist IT admins with the critical task of protecting their Microsoft 365 data. It provides a reliable, secure, and efficient data protection engine. Admins decide where to store the backup data and have the flexibility to perform backups of their desired service through an intuitive interface. As Corso evolves, it can become a great building block for more complex data protection workflows.
Corso is currently in ALPHA and should NOT be used in production.
Corso supports M365 Exchange and OneDrive with SharePoint and Teams support in active development. Coverage for more services, possibly beyond M365, will expand based on the interest and needs of the community.
Getting Started
See the Corso Quickstart on our docs page.
Building Corso
To learn more about working with the project source core and building Corso, see the Developer section of the Corso Documentation.
Roadmap
You can learn more about the Corso roadmap and how to interpret it here.
If you have feature requests, please file a GitHub issue
and attach the enhancement label to the issue.
Contribution Guidelines
Code of Conduct
It's important that our community is inclusive and respectful of everyone. We ask that all Corso users and contributors take a few minutes to review our Code of Conduct.
License
Corso is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.