@24hr/resursbank-theme

Module that exports a theme object that we use with Emotion.

Usage no npm install needed!

<script type="module">
  import 24hrResursbankTheme from 'https://cdn.skypack.dev/@24hr/resursbank-theme';
</script>

README

Resurs Bank Theme

This module just exports an object containing styling properties. This is meant to be used together with emotion-theming.

Why a npm module?

Since we started developing Gutenberg blocks we started to find it cumbersome to keep track of multiple theme files that had to be in sync to each other.

Want to contribute?

It's easy to contribute!

  1. Clone the repo and create a new branch from master.

  2. Make your changes.

  3. Run make bump and choose if your changes are major, minor och patch.

  4. Commit and push.

  5. Make a merge request to master. The CI pipeline will publish your new version to NPM!