Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

inlight-media/inlight-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inlight Logo

Styles

Contents

Requirements

This project uses NPM 5 for node dependencies. NPM 5 depends on Node JS v4 and above.

Getting started

$ npm install git+ssh://git@github.com/inlight-media/inlight-styles.git

Then include all.scss in your stylesheets.

@import '~inlight-styles/scss/all';

What's included

  • Bootstrap Reboot which builds on Normalize. This ensures cross browser consistency and provides an elegant baseline to build upon.
  • The Bootstrap 4 grid system. Documentation can be found here.
  • The Bootstrap 4 breakpoint mixins e.g. media-breakpoint-up() and media-breakpoint-down(). Documentation can be found here.
  • Some Bootstrap 4 display utilities to control how elements should be displayed at each breakpoint. Documentation can be found here.

Customisation

Bootstrap 4 provides plenty of opportunities to override its defaults. Example customisations can be found in the examples directory.

When including Inlight Styles in your project, remember to insert/include any of your customisations before including scss/all.scss. For example:

$grid-columns: 12;
@import '~inlight-styles/scss/all';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages