Files
2025-06-17 11:53:18 +02:00

5 lines
110 B
SCSS

// Retrieve the max-width
@function max-width($key: "md") {
@return map-get($container-max-widths, $key);
}