1.0.0 • Published 6 years ago
bulyilmaz-grid-system v1.0.0
Grid System with SASS
Installation
npm install --save bulyilmaz-grid-systemBreakpoints
sm: 576px
md: 768px
lg: 992px
xl: 1200pxUsage
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12"></div>
<div class="col-lg-3 col-md-6 col-sm-12"></div>
<div class="col-lg-3 col-md-6 col-sm-12"></div>
</div>
</body>License
1.0.0
6 years ago