@import '../global.scss';

$form-grid-prefix-cls: '#{$css-prefix}formily-grid';

.#{$form-grid-prefix-cls}-layout {
  display: grid;
}
