Includes the common styles for every Auth0 applications like variables, mixins, utility classes and css reset.
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" />Download the package from NPM if you need to access to the stylus mixins or variables.
npm install --save auth0-styleguide-coreRun this commands to start developing:
npm install
npm startRun 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
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.