This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

book-monkey-styles

0.13.3 • Public • Published

⚠️ This CSS Stylesheet is not used in the current BookMonkey Versions (2-4) from the "Angular Buch".

book-monkey-styles

This repository contains the global stylesheet to be used within the example application "BookMonkey" used in the German Angular Book.

Usage

Install the NPM package from the registry:

npm i --save book-monkey-styles

Then you can include the stylesheet in the Angular build process using via the angular.json config file:

{
  /* ... */
  "projects": {
    "book-monkey": {
      /* ... */
      "architect": {
        "build": {
          /* ... */
          "options": {
            /* ... */
            "styles": [
              "src/styles.css",
              "node_modules/book-monkey-styles/styles.css"
            ],
            /* ... */
          },
          /* ... */
        },
        /* ... */
        "test": {
          /* ... */
          "options": {
            /* ... */
            "styles": [
              "src/styles.css",
              "node_modules/book-monkey-styles/styles.css"
            ],
            /* ... */
          }
        },
        /* ... */
      }
    }
  },
  /* ... */
}

Alternatively you can import the CSS file via include in your styles.css file:

@import '~book-monkey-styles/styles.css';

Package Sidebar

Install

npm i book-monkey-styles

Weekly Downloads

0

Version

0.13.3

License

MIT

Unpacked Size

17.3 kB

Total Files

5

Last publish

Collaborators

  • d-koppenhagen