1.0.5 • Published 6 years ago

bsa.css v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago