3.0.0 • Published 5 years ago

@auth0/styleguide-core v3.0.0

Weekly downloads
5,402
License
UNLICENSED
Repository
github
Last release
5 years ago

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/2.0.5/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

Node.js v6.9.1 and npm v3.10.8 or newer is required.

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.

3.0.0

5 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago