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

Commit

Permalink
add - Create new container Stylus
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 27, 2021
1 parent 9aede4e commit 9de5bdb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/layout/container.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* @group Container */
.container
box-sizing border-box
margin 0 auto

.container:after,.container:before
display table
content ""

.container
&:after
clear both

/* @end */

0 comments on commit 9de5bdb

Please sign in to comment.