@zeecoder/container-query-meta-builder
v3.0.0
Published
Meta object builder for Container Queries.
Downloads
1,905
Maintainers
Readme
container-query-meta-builder
This module is part of a monorepo.
Goal
This package was created to make the process of extracting container-query metadata from the source CSS easier, and more maintainable.
As such, it's mainly intended to be used by other packages internally, like
postcss-container-query
, and container-query
.
It can potentially be used as a sort of css-in-js (Alongside an existing library you might already use.), in case you don't want to use the postcss plugin or don't have source CSS files to process to begin with.
Usage
The easiest way to understand how it works is by looking at the tests.
License
MIT