Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 7498f2a

Browse files
committed
core-fit can be an attribute
1 parent fa244bb commit 7498f2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core-layout.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ license that can be found in the LICENSE file.
4444
flex-direction: column-reverse;
4545
}
4646

47-
.core-relative {
47+
.core-relative, [core-relative] {
4848
position: relative;
4949
}
5050

51-
.core-fit {
51+
.core-fit, [core-fit] {
5252
position: absolute;
5353
top: 0;
5454
left: 0;
5555
height: 100%;
5656
width: 100%;
5757
}
5858

59-
body.core-fit {
59+
body.core-fit, body[core-fit] {
6060
margin: 0;
6161
}
6262

0 commit comments

Comments
 (0)