bulyilmaz-grid-system

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i bulyilmaz-grid-system

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

5.33 kB

Total Files

6

Last publish

Collaborators

  • bulyilmaz