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 types for css files #5591

Merged
merged 2 commits into from
Jan 13, 2025
Merged

Add types for css files #5591

merged 2 commits into from
Jan 13, 2025

Conversation

Murderlon
Copy link
Member

@Murderlon Murderlon commented Jan 9, 2025

Before

├── dist
│   ├── style.css
│   └── style.min.css

After

├── dist
│   ├── style.css
│   ├── style.d.css.ts
│   ├── style.min.d.css.ts
│   └── style.min.css

@Murderlon Murderlon requested a review from remcohaszing January 9, 2025 12:57
@Murderlon Murderlon self-assigned this Jan 9, 2025
Copy link
Contributor

github-actions bot commented Jan 9, 2025

Diff output files
No diff

bin/build-css.js Outdated Show resolved Hide resolved
bin/build-css.js Outdated Show resolved Hide resolved
@Murderlon Murderlon merged commit a2f1b0c into main Jan 13, 2025
16 checks passed
@Murderlon Murderlon deleted the css-types branch January 13, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants