Socket
Book a DemoInstallSign in
Socket

wdi-assets

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdi-assets

A shared UI Library from WineDirect.

latest
npmnpm
Version
2.1.1
Version published
Weekly downloads
2
Maintainers
4
Weekly downloads
 
Created
Source

WDI Assets

A shared library of WineDirect assets for Front-End Development

Prerequisites

  • Bootstrap 4

Setup

  • Install any prerequisites listed in the section above
  • Run npm install wdi-assets --save to add the wdi-assets npm package to your project.
  • This library depends on having at least these partial Bootstrap files referenced in your project.
@import 'bootstrap/scss/functions';
@import 'bootstrap/scss/variables';
@import 'bootstrap/scss/mixins';
@import 'bootstrap/scss/grid';
@import 'bootstrap/scss/utilities';
  • After the required Bootstrap has been added, you can now import the WineDirect branded scss files by adding main.scss to your project.
@import 'wdi-assets/scss/main.scss'; 

What's Included?

  • WineDirect Branded Sass (Colors, Fonts, Grid Styles, etc...)
p { 
  color: $blueberry;
}

h1, h2 {
  font-family: $font-family-heading;
  color: $headings-color;
}
  • WineDirect Brand Fonts
  • LFT Etica Sheriff
  • Europa (needs to be referenced through TypeKit)
  • WineDirect Brand Images/Graphics

FAQs

Package last updated on 18 Jan 2019

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