https://github.com/angular-buch/styles
BookManagerStyles
https://github.com/angular-buch/styles
Last synced: 4 months ago
JSON representation
BookManagerStyles
- Host: GitHub
- URL: https://github.com/angular-buch/styles
- Owner: angular-buch
- License: mit
- Created: 2025-01-31T20:39:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-30T19:09:14.000Z (6 months ago)
- Last Synced: 2026-01-03T11:54:46.441Z (6 months ago)
- Language: SCSS
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `@angular-buch/styles`
This repository contains the global stylesheet to be used within the example application "BookMonkey" used in the German [Angular Book](https://angular.buch.com).
> :warning: This CSS Stylesheet is not used in the BookMonkey Versions (2-5) from the "Angular Buch".
## Installation
To install the package, run the following command:
```sh
npm i @angular-buch/styles
```
## Usage
After installing the package, you can import the SCSS stylesheet in your project:
```scss
@use '@angular-buch/styles';
```
Make sure to include the necessary build tools to compile SCSS into CSS.