-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Divide border style #1965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Divide border style #1965
Conversation
Nice! Just FYI you need to add the new styles to the test output to get them to pass :). There’s an example of that here: https://github.com/tailwindcss/tailwindcss/pull/1281/files |
Thank you! I'll try to create test later at night! Thank you again! |
Nice, thanks! |
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ postcss (8.4.41 → 8.4.47) · [Repo](https://github.com/postcss/postcss) · [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.47">8.4.47</a></h4> <blockquote><ul dir="auto"> <li>Removed debug code.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.46">8.4.46</a></h4> <blockquote><ul dir="auto"> <li>Fixed <code class="notranslate">Cannot read properties of undefined (reading 'before')</code>.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.45">8.4.45</a></h4> <blockquote><ul dir="auto"> <li>Removed unnecessary fix which could lead to infinite loop.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.44">8.4.44</a></h4> <blockquote><ul dir="auto"> <li>Another way to fix <code class="notranslate">markClean is not a function</code> error.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.43">8.4.43</a></h4> <blockquote><ul dir="auto"> <li>Fixed <code class="notranslate">markClean is not a function</code> error.</li> </ul></blockquote> <h4><a href="https://github.com/postcss/postcss/releases/tag/8.4.42">8.4.42</a></h4> <blockquote><ul dir="auto"> <li>Fixed CSS syntax error on long minified files (by <a href="https://bounce.depfu.com/github.com/varpstar">@varpstar</a>).</li> </ul></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/npm/postcss/feedback">Please let us know.</a></em></p> </details> <details> <summary>Commits</summary> <p><a href="https://github.com/postcss/postcss/compare/57e02115e41c91cb67974092eea58c649b24d7b1...5e6fd1302d2cc9a844ac99282b2b7745e4ac0ed3">See the full diff on Github</a>. The new version differs by 33 commits:</p> <ul> <li><a href="https://github.com/postcss/postcss/commit/5e6fd1302d2cc9a844ac99282b2b7745e4ac0ed3"><code>Release 8.4.47 version</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/714bc10258bfa96be26bc201d218c67df09da82c"><code>Typo</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/439d20e651098d9d16d31ede62df6f7916925e91"><code>Release 8.4.46 version</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/b93582f68e1f4796618cfef3377a10198a5af800"><code>Update dependencies</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/c51e46767d1b76d91ab3ba3b19e4b43b847755b8"><code>Fix error on inserting node without raws in some cases</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/829ae47d6bf7a58a84a7633d9e4e45e2eb7a375a"><code>Update dependencies</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/5aaaec2214117e353962f8d862a31ba0211e0f8b"><code>Update remaining workflow jobs to use latest version of actions (#1968)</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/448c4f34d6540181e8ceb499dd9ffe4518356d1c"><code>Release 8.4.45 version</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/1c77d2e33396a314dce558d63ffdbcae7e5c5014"><code>Update unnecessary check</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/f38b329323b050fde56c2760b6ffe9e3786a23dc"><code>Try to fix CI</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/d442dc75e36b90e2a8c7fa30a7ec969b5e105743"><code>Release 8.4.44 version</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/3c7cda099cb7ed9ab8a8eb5b566660373d74f6c1"><code>Another way to fix markClean() is undefined issue</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/b985ed16677abfc5d903f2b5c775d1cf284699f5"><code>Release 8.4.43 version</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/3025b743bff14dc8fc95f3f49e8b4f294d9281ef"><code>Update dependencies</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/79ff9800c3158964bc837be0d6878b4471b3b794"><code>Update AST if it is not made by PostCSS >= 8.4.41</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/0fda48a1b1e27c443681849411c2bb65521da8df"><code>Release 8.4.42 version</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/cd5b08cfa2434f9ba2970b454692190b45b3b320"><code>Add ESLint to CI</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/0975cc209dc8425d61960633049aab73cb5bd3fe"><code>Sort source code and fix ESLint</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/36950b4ff95d4077c0875a34a9c06821586589a8"><code>Try to fix old Node.js tests</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/fbb6d60eae1d65ef99a9ef5a7dc2528da6d96db5"><code>Update dependencies</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/118ebc9a9af683702d027f7e1e607261237764d3"><code>Clean up code</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/9e7bdca1d2904478e9017971ddc5b4a24eb2ffbd"><code>Pretty CssSyntaxError from onelined (minified) css (#1965)</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/45a24250ee0160b9e187d34e3a43c26fef59af95"><code>Merge pull request #1961 from nex3/readonly-array</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/0cb325a1d56a6b2d9657c9b7a557a2f245ca1fcc"><code>Use `ReadonlyArray` for argument types that aren't modified</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/a88662860392ed3d2410aa2bf661c69c56198d7f"><code>Merge pull request #1957 from nex3/protected-normalize</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/13a16b0dc8fc24f32ddee3fc249df06cdc1e555c"><code>Merge pull request #1958 from nex3/typedoc</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/51022c2a42bc0dd5cfb7c118c063034b2215b608"><code>Fix a few TypeDoc warnings</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/d6fa30b3cc35e85f50cf2171c2a03883a7c26525"><code>Add a protected `markDirty()` method on `Node`</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/58c50ad1918b521c8b7d084ddf9ae0ee91614d1d"><code>Declare `Container.normalize()` as a protected method</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/ea262f3b3fa6ef7e87a1cde3b128ac1c0b6766d2"><code>Merge pull request #1956 from Juneezee/refactor/replace-indexOf-with-startsWith</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/c37da3c225ecce2f26cc70c570ecc17203411ee5"><code>Replace `indexOf === 0` with `startsWith`</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/4b96e7df148d05a0614782a9efd5e5adce8186b4"><code>Merge pull request #1955 from Marukome0743/Marukome0743-patch-1</code></a></li> <li><a href="https://github.com/postcss/postcss/commit/edcc9b13b910c84c486c2686ba6567d05b590ef7"><code>chore(docs): improve visual appearance of images in README.md</code></a></li> </ul> </details> ---  [Depfu](https://depfu.com) will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with `@depfu rebase`. <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@depfu rebase</dt><dd>Rebases against your default branch and redoes this update</dd> <dt>@depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd> <dt>@depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd> <dt>@depfu cancel merge</dt><dd>Cancels automatic merging of this PR</dd> <dt>@depfu close</dt><dd>Closes this PR and deletes the branch</dd> <dt>@depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd> <dt>@depfu pause</dt><dd>Ignores all future updates for this dependency and closes this PR</dd> <dt>@depfu pause [minor|major]</dt><dd>Ignores all future minor/major updates for this dependency and closes this PR</dd> <dt>@depfu resume</dt><dd>Future versions of this dependency will create PRs again (leaves this PR as is)</dd> </dl></blockquote> </details> Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Hi, this is my first contribution to Tailwind CSS. Please guide me if my code isn't perfect. Thank you!
I'm trying to add border style for
divide
utility on my project but can't find it from the official documentation.