You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@parallaxagency/hybrid

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parallaxagency/hybrid

Hybrid Front-end Framework

1.6.8
latest
npmnpm
Version published
Weekly downloads
5
-68.75%
Maintainers
2
Weekly downloads
 
Created
Source

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://git@my.parall.ax: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

FAQs

Package last updated on 27 Oct 2017

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