Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 629 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 629 Bytes

Disco CSS mini-framework.

CSS Framework based on Bulma and Brown University Theme.

Installation

Create a .npmrc file in the root of your project and add:

@brown-ccv:registry=https://npm.pkg.github.com

Login with your GitHub username and a personal access token withrepo and read:packages scopes:

npm login --registry=https://npm.pkg.github.com --scope=@brown-ccv

then:

npm install @brown-ccv/disco-styles

or

yarn add @brown-ccv/disco-styles

Usage

To support dark mode, ensure you use the has-text- and has-background- classes so that things invert properly.

More Coming soon.