Skip to content
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

add @twind/preset-container-queries #399

Merged
merged 10 commits into from
Dec 8, 2022
Merged

add @twind/preset-container-queries #399

merged 10 commits into from
Dec 8, 2022

Conversation

sastan
Copy link
Collaborator

@sastan sastan commented Nov 19, 2022

You might find our contributing section about Submitting Pull Requests helpful.

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason.
  • This message body should clearly illustrate what problems it solves.
  • Ideally, include a test that fails without this PR but passes with it.

Tests

  • Run the tests with pnpm test and verify the project with pnpm check

Changesets

  • If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running pnpx changeset and following the prompts. All changesets should be patch until Twind 1.0

@codesandbox
Copy link

codesandbox bot commented Nov 19, 2022

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@stackblitz
Copy link

stackblitz bot commented Nov 19, 2022

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@changeset-bot
Copy link

changeset-bot bot commented Nov 19, 2022

🦋 Changeset detected

Latest commit: 503c02c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 22 packages
Name Type
@twind/core Patch
@twind/preset-container-queries Patch
@sites/cdn.twind.style Patch
@twind/intellisense Patch
@example/basic Patch
@example/playground Patch
@example/using-tailwind-forms Patch
@example/with-gatsby Patch
@example/with-remix Patch
@twind/cdn Patch
@twind/preset-autoprefix Patch
@twind/preset-ext Patch
@twind/preset-line-clamp Patch
@twind/preset-tailwind-forms Patch
@twind/preset-tailwind Patch
@twind/preset-typography Patch
twind Patch
gatsby-plugin-twind Patch
@twind/with-next Patch
@twind/with-remix Patch
@twind/with-sveltekit Patch
@sites/twind.style Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@sastan sastan added pr³ ✨ Feature New Feature preset:container-queries Affects @twind/preset-container-queries labels Nov 19, 2022
@coveralls
Copy link

coveralls commented Nov 19, 2022

Pull Request Test Coverage Report for Build 3515954702

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 204 of 231 (88.31%) changed or added relevant lines in 6 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.1%) to 93.38%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/core/src/rules.ts 24 25 96.0%
packages/intellisense/src/internal/create-context.ts 8 10 80.0%
packages/intellisense/src/internal/compare-suggestion.ts 48 54 88.89%
packages/preset-container-queries/src/container-queries.ts 83 101 82.18%
Files with Coverage Reduction New Missed Lines %
packages/core/src/rules.ts 1 94.25%
Totals Coverage Status
Change from base Build 3509307147: -0.1%
Covered Lines: 9560
Relevant Lines: 10227

💛 - Coveralls

@sastan sastan force-pushed the preset-container-queries branch 2 times, most recently from 49b35d6 to e0d56b3 Compare November 20, 2022 21:28
@sastan sastan force-pushed the preset-container-queries branch from e0d56b3 to b722e77 Compare November 20, 2022 23:10
@sastan sastan force-pushed the preset-container-queries branch from c5d28a8 to 68fb83d Compare November 21, 2022 17:20
@sastan sastan force-pushed the preset-container-queries branch from 99749d2 to 5425309 Compare November 21, 2022 21:04
@sastan sastan merged commit 17bdfce into main Dec 8, 2022
@sastan sastan deleted the preset-container-queries branch December 8, 2022 10:46
@github-actions github-actions bot mentioned this pull request Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr³ ✨ Feature New Feature preset:container-queries Affects @twind/preset-container-queries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants