microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

[Feature]: Add CSS grid to the CSS layouts web component #173

Open janechu opened 2 years ago

janechu commented 2 years ago

What package(s) should this feature be added to?

@microsoft/fast-tooling

Summary

Description

Currently <css-layouts> web component uses only flexbox CSS controls for layout. This does not cover another usecase for grid layout.

Requirements