← Back to release summary

Unprefix CSS Grid Layout gutter properties

Category
CSS
Type
New or changed feature
Status
Enabled by default (Chrome 66)
Intent stage
None

Summary

Rename gutter properties to remove "grid-" prefix: * grid-gap => gap * grid-row-gap => row-gap * grid-column-gap => column-gap Note that column-gap already exists and is used by css-multicol. The parsing needs to be updated as now the default value is "normal". The old (prefixed) properties names will be kept working as aliases.

Standards & signals

View on chromestatus.com