Current Path : /var/www/storage2/vendor/leafo/scssphp/tests/inputs/ |
Current File : /var/www/storage2/vendor/leafo/scssphp/tests/inputs/default_args.scss |
@mixin cool($color: blue) { margin: 100px; } @function what($height: red) { @return $height; } div { height: what(); @include cool; }