Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 590 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 590 Bytes

bsa.css

The EPFL Blockchain Student Association official styling, in CSS

Install

In your javascript project, run:

yarn add bsa.css

Then, in a javascript file, you can:

import 'bsa.css/bsa.css'

This will set your font to Roboto, and you will have access to html classes such as:

<div class="has-text-blue">This will be our blue!</div>

For the full list see bsa.sass.

Setup

If you want to edit this package, just clone the project, and install the dependencies with:

yarn

Then, you can build the css file with:

yarn build