Skip to content

ユニットグループで段組みした際の垂直方向の余白を削除#55

Open
flour621 wants to merge 2 commits intodevelop/v3from
fix/v3/column-group-gutter
Open

ユニットグループで段組みした際の垂直方向の余白を削除#55
flour621 wants to merge 2 commits intodevelop/v3from
fix/v3/column-group-gutter

Conversation

@flour621
Copy link
Contributor

No description provided.

Copy link

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 removes vertical spacing when creating columns in unit groups by modifying CSS custom properties to use two-value syntax for gap spacing. The change sets vertical gap to 0 while maintaining the existing horizontal gap.

Changes:

  • Modified --acms-gap and --acms-stack-spacing custom properties from single-value to two-value syntax (vertical horizontal) in editor base styles
  • Applied changes consistently across both site and beginner themes
  • Compiled CSS files include additional autoprefixer updates (vendor prefix removals and property reordering)

Reviewed changes

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

File Description
themes/site/src/scss/editor/_base.scss Updated gap and stack spacing custom properties to set vertical spacing to 0
themes/beginner/src/scss/editor/_base.scss Updated gap and stack spacing custom properties to set vertical spacing to 0 (identical to site theme)
themes/beginner/dest/editor.css Compiled CSS reflecting source changes plus autoprefixer updates
themes/beginner/dest/bundle.css Compiled CSS with autoprefixer updates (removing obsolete vendor prefixes)

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

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.

1 participant