@parallaxagency/hybrid
v1.6.8
Published
Hybrid Front-end Framework
Downloads
71
Readme
Introduction
Hybrid is a private npm package owned by Parallax. Hybrid provides a basic SCSS framework including normalize, useful mixins, some basic template code, Expose CMS-specific style & also some accessibility helpers. Hybrid also contains JS modules we use on a regular basis, to speed up development and improve code consistency.
Motivation
Hybrid was created to give us a 'common denominator' between projects - SCSS that we use consistently across all projects, and JS we use frequently.
Contributors
To contribute:
cd ~/Code
git clone ssh://[email protected]:7999/np/hybrid.git
cd hybrid
Then make your changes
git add -A
git commit -m "Message about why you have made changes"
git tag v1.x.x (_Replace x with appropriate version numbers_)
git push --tags
git push origin master
Installation
To install hybrid in a project:
yarn add @parallaxagency/hybrid