This repository contains the global stylesheet to be used within the example application "BookMonkey" used in the German Angular Book.
⚠️ This CSS Stylesheet is not used in the BookMonkey Versions (2-5) from the "Angular Buch".
To install the package, run the following command:
npm i @angular-buch/styles
After installing the package, you can import the SCSS stylesheet in your project:
@use '@angular-buch/styles';
Make sure to include the necessary build tools to compile SCSS into CSS.