mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 14:45:57 +03:00
[PR #29] [MERGED] Feat/scope preflight styles #106
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/arikchakma/maily.to/pull/29
Author: @BigDog1400
Created: 1/6/2024
Status: ✅ Merged
Merged: 1/7/2024
Merged by: @arikchakma
Base:
main← Head:feat/scope-preflight-styles📝 Commits (7)
884d840fix: remove envelope package since it's pointing to local filedceb8fefeat: add where pseudo selector to preflight styles661b49afix: update preflight className to mlydb2a05efix: update selector class namef04a31cfix: preflight tailwind issue526c305bump0.0.56db276cMerge branch 'main' into feat/scope-preflight-styles📊 Changes
16 files changed (+191 additions, -979 deletions)
View changed files
📝
apps/web/app/globals.css(+0 -2)➖
apps/web/app/preflight.css(+0 -379)➖
apps/web/bun.lockb(+0 -0)📝
apps/web/package.json(+0 -1)📝
packages/core/package.json(+1 -1)📝
packages/core/src/editor/components/base-button.tsx(+5 -1)📝
packages/core/src/editor/components/input.tsx(+1 -0)📝
packages/core/src/editor/components/popover.tsx(+1 -0)📝
packages/core/src/editor/index.tsx(+1 -1)📝
packages/core/src/styles/index.css(+35 -35)📝
packages/core/src/styles/preflight.css(+121 -89)📝
packages/core/tailwind.config.ts(+5 -1)📝
packages/render/package.json(+1 -1)📝
packages/render/readme.md(+1 -1)📝
packages/tailwind-config/tailwind.config.ts(+0 -4)📝
pnpm-lock.yaml(+19 -463)📄 Description
This update modifies the Preflight CSS file, scoping the styles specifically to the .mly class using the :where() pseudo selector. The primary advantage of this adjustment is the ability to selectively apply Preflight CSS, targeting only the necessary parts of the application and not spreading this styles globally in the user app
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.