Alexander Brown
|
b1dfbfaa09
|
chore: Replace prettier with oxfmt (#8177)
Configure oxfmt ignorePatterns to exclude non-JS/TS files (md, json,
css, yaml, etc.) to match previous Prettier behavior.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8177-chore-configure-oxfmt-to-format-only-JS-TS-Vue-files-2ee6d73d3650815080f3cc8a4a932109)
by [Unito](https://www.unito.io)
---------
Co-authored-by: Amp <amp@ampcode.com>
|
2026-01-20 16:44:08 -08:00 |
|
filtered
|
7b1cce1d0e
|
Add VS Code CSS validation support (#5893)
## Summary
Adds VS Code custom CSS data for proper validation of non-standard CSS
properties and Tailwind v4 directives.
## Changes
- **What**: Custom CSS data files for VS Code CSS language service
validation
- `app-region` - Electron draggable regions
- `speak` - Deprecated aural stylesheet property
- `@custom-variant` - Tailwind v4 custom variant definitions
- `@utility` - Tailwind v4 custom utility definitions
- Fixes broken documentation links in existing Tailwind directive
references
## Review Focus
Documentation links verified against current Tailwind CSS and Electron
documentation.
## Screenshots
Current: Yellow squigglies
<img width="338" height="179" alt="image"
src="https://github.com/user-attachments/assets/652040f5-8e0b-486b-95f6-2fa8f9bf9ba7"
/><img width="499" height="180" alt="image"
src="https://github.com/user-attachments/assets/43d16210-7fbf-4ef8-b0e1-9a16e59d1d85"
/>
Proposed: Satisfying lack of warnings
<img width="173" height="62" alt="image"
src="https://github.com/user-attachments/assets/25f1c1c4-22b7-483b-9848-3030a3c0dc86"
/>
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5893-Add-VS-Code-CSS-validation-support-2806d73d3650813fb5f1e176360c5b7e)
by [Unito](https://www.unito.io)
---------
Consequences of `@apply` usage may include but are not limited to:
- A strong talking-to
- Receipt of a corrective directive missive
- Upsetting @DrJKL
Co-authored-by: Alexander Brown <drjkl@comfy.org>
|
2025-10-02 20:25:45 -07:00 |
|
filtered
|
ae690bbfa4
|
DevX: Update CSS directives for Tailwind v4 (#5347)
- Provides proper IDE hints and removes warnings from .vue SFC files.
- Replaces all the v2 info with v4.
|
2025-09-04 10:32:22 -07:00 |
|
Chenlei Hu
|
ca85b2b144
|
[DevExperience] Add recommended extensions to .vscode (#3459)
|
2025-04-15 10:27:43 -04:00 |
|
Chenlei Hu
|
44321e4692
|
[DevExperience] Add default VSCode launch.json (#2348)
|
2025-01-25 12:53:36 -05:00 |
|
filtered
|
a6105eb8c7
|
[DevExperience] Tailwind rules (#2292)
|
2025-01-19 14:16:03 -05:00 |
|