| Current Path : /home/helpink/www/media/templates/site/cassiopeia/scss/tools/functions/ |
| Current File : /home/helpink/www/media/templates/site/cassiopeia/scss/tools/functions/_max-width.scss |
// Retrieve the max-width
@function max-width($key: "md") {
@return map-get($container-max-widths, $key);
}