wdi-assets
2.1.1 • Public • Published
WDI Assets
A shared library of WineDirect assets for Front-End Development
Prerequisites
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
Keywords
noneInstall
npm i wdi-assets
Weekly Downloads