README
@ogat/theme
Bootstrap theme for OGAT applications
Installation
yarn add @ogat/theme
Usage
Add the following to your SCSS file:
@import "~@ogat/theme/theme";
@import "~bootstrap/scss/bootstrap";
@import "~@ogat/theme/extensions";
Bootstrap theme for OGAT applications
<script type="module">
import ogatTheme from 'https://cdn.skypack.dev/@ogat/theme';
</script>
Bootstrap theme for OGAT applications
yarn add @ogat/theme
Add the following to your SCSS file:
@import "~@ogat/theme/theme";
@import "~bootstrap/scss/bootstrap";
@import "~@ogat/theme/extensions";