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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add types for css files #5591

wants to merge 2 commits into from

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
Co-authored-by: Remco Haszing <remcohaszing@gmail.com>
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