CSS Framework based on Bulma and Brown University Theme.
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
To support dark mode, ensure you use the has-text-
and has-background-
classes so that things invert properly.
More Coming soon.