Skip to content

Remove dead CSS and broken script entry from website#107

Merged
fabian-hiller merged 1 commit into
mainfrom
remove-dead-code
May 21, 2026
Merged

Remove dead CSS and broken script entry from website#107
fabian-hiller merged 1 commit into
mainfrom
remove-dead-code

Conversation

@fabian-hiller
Copy link
Copy Markdown
Member

@fabian-hiller fabian-hiller commented May 21, 2026

Summary by cubic

Removed dead CSS and a broken sources script to clean up the website and prevent dev script failures.

  • Refactors
    • Deleted src/styles/pace.css and its import from DocsLayout.tsx.
    • Removed unused Monaco editor rules from root.css.
    • Dropped the broken sources npm script from website/package.json.

Written for commit 3380b0b. Summary will update on new commits. Review in cubic

Copilot AI review requested due to automatic review settings May 21, 2026 20:51
@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
formisch Ready Ready Preview, Comment May 21, 2026 8:52pm

Request Review

@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. fix Smaller bug fix or improvement labels May 21, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 21, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c45d83bd-1fe4-4ed2-9a46-3db66486927d

📥 Commits

Reviewing files that changed from the base of the PR and between 5d4b40e and 3380b0b.

📒 Files selected for processing (4)
  • website/package.json
  • website/src/components/DocsLayout.tsx
  • website/src/styles/pace.css
  • website/src/styles/root.css
💤 Files with no reviewable changes (4)
  • website/package.json
  • website/src/styles/root.css
  • website/src/styles/pace.css
  • website/src/components/DocsLayout.tsx

Walkthrough

This pull request removes Pace CSS library integration and Monaco editor styling from the website. The changes include: deletion of the scripts.sources build command from package.json; removal of the pace.css import from DocsLayout.tsx; and deletion of the Monaco editor styling rules (border, outline, and rounded-corner classes) from root.css. The pace.css file itself is emptied of all content.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main changes: removing dead CSS files and a broken script entry from the website codebase.
Description check ✅ Passed The description is directly related to the changeset, clearly outlining the removal of dead CSS and a broken script with specific file references.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR cleans up the website package by removing unused styling and a dead npm script entry, reducing maintenance overhead and avoiding references to non-existent assets.

Changes:

  • Removed unused Monaco editor CSS rules from the global root stylesheet.
  • Deleted pace.css and removed its import from DocsLayout.tsx (no remaining references found).
  • Removed the unused sources script from website/package.json (no remaining references found).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
website/src/styles/root.css Removes unused Monaco editor styling.
website/src/styles/pace.css Deletes an unused stylesheet.
website/src/components/DocsLayout.tsx Drops the now-invalid import of pace.css.
website/package.json Removes a dead sources script entry.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 4 files

Re-trigger cubic

@fabian-hiller fabian-hiller merged commit 661cfe3 into main May 21, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Smaller bug fix or improvement size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants