@bijleslink/design

BijlesLink Design

Usage no npm install needed!

<script type="module">
  import bijleslinkDesign from 'https://cdn.skypack.dev/@bijleslink/design';
</script>

README

BijlesLink Design

Theming

In order to keep global (hidden) variables of React component to a minimum, themed JSS-in-CSS is preferred. Unfortunately, this makes access to external libraries (e.g. bootstrap) unavailable. In order to keep using CSS/SCSS with these libraries, the same theme needs to be available as scss variables to override customizable variables.

At the moment, both the javascript theme (src/js/theme.js) and scss theme (src/scss/theme/index.scss are assigned the exact same values manually. In the future, this should be automated by script which also bumps release version.