Socket
Socket
Sign inDemoInstall

auth0-styleguide-core

Package Overview
Dependencies
2
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    auth0-styleguide-core

Includes stylus variables, mixins and class utilities common to all Auth0 projects.


Version published
Maintainers
3
Install size
1.76 MB
Created

Readme

Source

Auth0 Styleguide - Core

Includes the common styles for every Auth0 applications like variables, mixins, utility classes and css reset.

Installation

CDN

Using our CDN is the prefered solution. Just add the following line in your project's HTML head and you are done.

<link rel="stylesheet" href="https://cdn.auth0.com/styleguide/core/1.0.0/core.min.css" />

NPM

Download the package from NPM if you need to access to the stylus mixins or variables.

npm install --save auth0-styleguide-core

Development

Run this commands to start developing:

npm install
npm start

Releasing a new version

Run the command bin/version <patch|minor|major|version-no> inside the package directory. This will commit a new version for you.

Example

bin/version patch

License

All the logos and branding are copyright Auth0 and may not be used or reproduced without explicit permission from Auth0 Inc.

The icons are licensed from Budi Harto Tanrim. All other third-party components are subject to their own licenses.

Keywords

FAQs

Last updated on 05 Jan 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc