This is a proof of concept for a layout grid using container queries. It aims to solve the problem of working with dynamic content from a CMS, where you want to provide editors with a single, simple layout primitive while ensuring that the rendered content adheres to a set of reasonable constraints.
This project is built with Astro.
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |