UNPKG

@patternfly/react-tokens

Version:

This library provides access to the design tokens of PatternFly 4 from JavaScript

52 lines 1.75 kB
export const l_gallery: { ".pf-v6-l-gallery": { "l_gallery_m_gutter_GridGap": { "name": "--pf-v6-l-gallery--m-gutter--GridGap", "value": "1rem", "values": [ "--pf-t--global--spacer--gutter--default", "--pf-t--global--spacer--md", "--pf-t--global--spacer--300", "1rem" ] }, "l_gallery_GridTemplateColumns_min": { "name": "--pf-v6-l-gallery--GridTemplateColumns--min", "value": "250px" }, "l_gallery_GridTemplateColumns_minmax_min": { "name": "--pf-v6-l-gallery--GridTemplateColumns--minmax--min", "value": "250px", "values": [ "--pf-v6-l-gallery--GridTemplateColumns--min", "250px" ] }, "l_gallery_GridTemplateColumns_max": { "name": "--pf-v6-l-gallery--GridTemplateColumns--max", "value": "1fr" }, "l_gallery_GridTemplateColumns_minmax_max": { "name": "--pf-v6-l-gallery--GridTemplateColumns--minmax--max", "value": "1fr", "values": [ "--pf-v6-l-gallery--GridTemplateColumns--max", "1fr" ] }, "l_gallery_GridTemplateColumns": { "name": "--pf-v6-l-gallery--GridTemplateColumns", "value": "repeat(auto-fill, minmax(250px, 1fr))", "values": [ "repeat(auto-fill, minmax(--pf-v6-l-gallery--GridTemplateColumns--minmax--min, --pf-v6-l-gallery--GridTemplateColumns--minmax--max))", "repeat(auto-fill, minmax(--pf-v6-l-gallery--GridTemplateColumns--min, --pf-v6-l-gallery--GridTemplateColumns--max))", "repeat(auto-fill, minmax(250px, 1fr))" ] }, "l_gallery_GridTemplateRows": { "name": "--pf-v6-l-gallery--GridTemplateRows", "value": "auto" } } }; export default l_gallery;