Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

sezzlestyles

Package Overview
Dependencies
Maintainers
36
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

sezzlestyles

Sezzle's Style Guide

unpublished
latest
npmnpm
Version
4.0.0-rc5
Version published
Maintainers
36
Created
Source

Sezzle Style Guide

A Style guide for Sezzle.com and applications. Use this to create a consistent UI throughout all applications and websites.

Installation

npm install

Usage

npm start

http://localhost:8080

Build Global CSS

npm run build

Upload Global CSS and Variables file

Publishing / Uploading Via Git Tag

Any git tag that gets merged up to staging will automatically deploy to Cloudfront using the git tag as the version number.

Ex:

git commit -am 'My Recent updates'
git tag v2.0.2
git push --tags
# open merge request, will be uploaded after merged into staging
# IMPORTANT NOTE: The tag needs to be in the last commit before merge

Alternatively you can use npm version for version bumps. Ex:

git commit -am "My Recent updates"
npm version patch # minor 0.0.x version, (minor|major)
git push --tags

Upload Global CSS and Variables file (Deprecated, manual/local)

npm run upload

Once you run that, you pick a version to upload the files as, then it uploads the files and gives you the URLS to the global CSS stylesheet as well as the SASS variables file you need to include.

Note on upload: You must have your aws cli setup and your default zone set to us-east-1 (You can reconfigure your zone with aws configure)

FAQs

Package last updated on 18 Feb 2020

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