Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@holidayextras/brand-globals

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@holidayextras/brand-globals

A styling package to plug the holes left by bootstrap together with addressing shared styling needs across the brands


Version published
Maintainers
3
Created

Globals Brand Styling

A simple 'filling' library that allows us to share styling across brands and fill any gaps left by bootstrap.

An example cherry picking file that you might include in your app could be:

@import '../node_modules/bootstrap/less/bootstrap';
@import '../node_modules/ui-toolkit/src/less/toolkit';
@import '../node_modules/@holidayextras/brand-globals/src/less/globals';
@import '../node_modules/@holidayextras/brand-essential/src/less/theme';

The reason for specifiying globals before the theme is so that the theme can benefit from global mixins at the point of compiling.

FAQs

Package last updated on 07 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts