Exploiting-Vulnerable-Website
/
templates
/
scss
/
bootstrap
/
mixins
/
_size.scss
_size.scss
Raw
// Sizing shortcuts
@mixin
size
(
$width
,
$height
:
$width
)
{
width
:
$
width
;
height
:
$
height
;
}