@auth0/styleguide-core
v3.0.0
Published
Includes stylus variables, mixins and class utilities common to all Auth0 projects.
Downloads
110
Maintainers
Readme
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.