Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 9de5bdb

Browse files
add - Create new container Stylus
1 parent 9aede4e commit 9de5bdb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/layout/container.styl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/* @group Container */
2+
.container
3+
box-sizing border-box
4+
margin 0 auto
5+
6+
.container:after,.container:before
7+
display table
8+
content ""
9+
10+
.container
11+
&:after
12+
clear both
13+
14+
/* @end */

0 commit comments

Comments
 (0)