Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 877 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 877 Bytes

Pick and Mix

version v0.1 Maintained by Salsa Digital.

What is this?

Pick and Mix is a component library for building themes.

Requirements

  • jQuery

Example Site

See our Pick and Mix demo page.

To run locally - open docs/index.html folder for an example implementation of Pick and Mix.

  • Icons can be generated in docs/asset_generator folder (run npm install and npm start). See readme for more details.
  • Styles / scripts can be compiled in docs/grunt folder (run npm install and grunt).
  • Colours can be updated in docs/src/sass/_theme.scss file.

Getting Started

  • Clone repository.
  • Add jQuery to your page.
  • Create a SCSS file and link to pick and mix Core / Utils files.
  • Add component SCSS files as needed.