Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 26, 2025

Enables Biome to format CSS files alongside existing JavaScript, JSON, and LESS formatting.

Changes

  • biome.json: Added CSS formatter config (2-space indent, 80 char width)
  • package.json: Added *.css to lint-staged hooks
  • dev/outer.css: Formatted existing CSS file (tabs → spaces, proper spacing)

CSS files will now be automatically formatted on commit via lint-staged.

Original prompt

This section details on the original issue you should resolve

<issue_title>Format css files by Biome</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Oct 26, 2025
Co-authored-by: ledsun <1079508+ledsun@users.noreply.github.com>
Copilot AI changed the title [WIP] Format CSS files using Biome Add CSS formatting support to Biome Oct 26, 2025
Copilot AI requested a review from ledsun October 26, 2025 13:22
@ledsun ledsun marked this pull request as ready for review October 27, 2025 00:36
@ledsun ledsun merged commit 4564041 into stable/4 Oct 27, 2025
2 checks passed
@ledsun ledsun deleted the copilot/format-css-files-with-biome branch October 27, 2025 00:37
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.

Format css files by Biome

2 participants