[PR #29] [MERGED] Feat/scope preflight styles #106

Closed
opened 2026-03-01 14:40:06 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/scope-preflight-styles


📝 Commits (7)

  • 884d840 fix: remove envelope package since it's pointing to local file
  • dceb8fe feat: add where pseudo selector to preflight styles
  • 661b49a fix: update preflight className to mly
  • db2a05e fix: update selector class name
  • f04a31c fix: preflight tailwind issue
  • 526c305 bump 0.0.5
  • 6db276c Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/arikchakma/maily.to/pull/29 **Author:** [@BigDog1400](https://github.com/BigDog1400) **Created:** 1/6/2024 **Status:** ✅ Merged **Merged:** 1/7/2024 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/scope-preflight-styles` --- ### 📝 Commits (7) - [`884d840`](https://github.com/arikchakma/maily.to/commit/884d840eeb6ea12293f7941700042aab6830d361) fix: remove envelope package since it's pointing to local file - [`dceb8fe`](https://github.com/arikchakma/maily.to/commit/dceb8fe66b02bd388ed6ff1b020ec57662ec8817) feat: add where pseudo selector to preflight styles - [`661b49a`](https://github.com/arikchakma/maily.to/commit/661b49a8ab4c6451543861ced16ff0fb66bcd05a) fix: update preflight className to mly - [`db2a05e`](https://github.com/arikchakma/maily.to/commit/db2a05e76618ea1b6a9231c0fba74b58dc363518) fix: update selector class name - [`f04a31c`](https://github.com/arikchakma/maily.to/commit/f04a31cb36fb21ae60b075b5843683b800f24551) fix: preflight tailwind issue - [`526c305`](https://github.com/arikchakma/maily.to/commit/526c30521008c89c576318cb816f810ce5fe1b60) bump `0.0.5` - [`6db276c`](https://github.com/arikchakma/maily.to/commit/6db276c6e68fadcc62695849ac3e0ac4da847ee4) Merge branch 'main' into feat/scope-preflight-styles ### 📊 Changes **16 files changed** (+191 additions, -979 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:40:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/maily.to#106
No description provided.