1.0.0 • Published 4 years ago

bulyilmaz-grid-system v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Grid System with SASS

Installation

npm install --save bulyilmaz-grid-system

Breakpoints

sm: 576px

md: 768px

lg: 992px

xl: 1200px

Usage

<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

MIT