Giter VIP home page Giter VIP logo

bootstrap-4-grid's Introduction

Bootstrap 4 Grid System (Flex)

Bootstrap v4.4.1 grid system and layout utilities.

What's Included

Why?

Here's what you get that Bootstrap 4 currently doesn't provide out of the box:

If you don't need any of the above, Bootstrap 4 already includes a grid only version with its Bootstrap CSS and JS bundle.

How to Use

Sass and CSS files are ready to be used in your project.

CSS

Pretty straightforward. Just get css/grid.min.css or css/grid.css and add it to your project.

Sass

You will need to include the whole scss folder contents to your project. Then, just import grid.scss into your project's sass file.

NPM

npm install bootstrap-4-grid

Yarn

yarn add bootstrap-4-grid

Browser Support

We use autoprefixer to add prefixes to the css files. By default, the last 2 versions for each major browser is supported. To change this, follow the customization instructions bellow.

NOTE: Sass files do not include any browser specific prefixes. If you include them in your project, you will need to use your own post css tool to add prefixes for different browsers. If you are using Angular CLI though, then autoprefixer is included by default and you don't need to worry.

Grid Options

The grid options are located inside the scss/grid.scss file. If you are going to be using the sass files in your project, changing those will suffice. If you are going to be using the CSS files, then you will need to change the options and then compile. For more details, see the customization instructions bellow.

NOTE: If you are using the sass files and you want to avoid your options getting overridden by an update, then copy and paste the options to your own sass file and include them before the grid file.

Customization

You can roll your own build and/or change browser support.

Requirements

Then install the dependencies:

npm install

Change Browser Support

To change the default browser support (last 2 versions currently), you will need to first change the query in the browserlist file, located at the root of this project. Read more about the supported queries.

Then, run:

grunt browser

Change Grid Options

Open scss/grid.scss and change the default options. Then, run:

grunt

bootstrap-4-grid's People

Contributors

m-spyratos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.