@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
1 lines • 661 B
Source Map (JSON)
{"version":3,"file":"SimpleGrid.module.cjs","names":[],"sources":["../../../src/components/SimpleGrid/SimpleGrid.module.css"],"sourcesContent":[".container {\n container: simple-grid / inline-size;\n}\n\n.root {\n display: grid;\n grid-template-columns: repeat(var(--sg-cols), minmax(0, 1fr));\n grid-auto-rows: var(--sg-auto-rows, auto);\n gap: var(--sg-spacing-y) var(--sg-spacing-x);\n}\n\n.root[data-auto-cols='auto-fill'] {\n grid-template-columns: repeat(auto-fill, minmax(var(--sg-min-col-width), 1fr));\n}\n\n.root[data-auto-cols='auto-fit'] {\n grid-template-columns: repeat(auto-fit, minmax(var(--sg-min-col-width), 1fr));\n}\n"],"mappings":""}