Sign in
apache
/
incubator-ariatosca-website
/
6fa6824b579c807534f458db51880d96396375a5
/
.
/
_sass
/
vendor
/
neat
/
grid
/
_fill-parent.scss
blob: 859c97790bff6cb657b29ff0bf8fe1c49e59da96 [
file
] [
log
] [
blame
]
@mixin
fill
-
parent
()
{
width
:
100
%;
@if
$border
-
box
-
sizing
==
false
{
@include
box
-
sizing
(
border
-
box
);
}
}