Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 430 Bytes

File metadata and controls

15 lines (11 loc) · 430 Bytes

Auth0 Styleguide Core

Includes the common styles for every Auth0 applications like variables, mixins and other general styles like normalize.css.

Install/Implementation

CDN (prefered way):

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

With npm do (only if you need to access to the stylus mixins or vars):

npm install --save auth0/styleguide#core-0.0.3