1.1.5 • Published 2 years ago

btc-styles v1.1.5

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

btc-styles

BTC Styles

Package of styles for banking technologies consulting products.

TOC

Instalation

$ npm install btc-styles --save

Resources

  • Bootstrap 5.1.2
    • sass
    • css

Usage

include on basic index.html

 <link rel="stylesheet" href="./node_modules/btc-styles/dist/main.css" />

Include on Angular main.scss or main.css

/* Importing SCSS file. */
@import "~btc-styles/dist/scss/first.scss";
@import "~node_modules/bootstrap/scss/bootstrap.scss";
@import "~btc-styles/dist/scss/second.scss";

angular.json

{
    "build": {
          "builder": ...,
          "options": {
            "outputPath": "dist",
            "index": "src/index.html",
            "main": "src/main.ts",
            "polyfills": "src/polyfills.ts",
            "tsConfig": "tsconfig.app.json",
            "assets": [
              "src/favicon.ico",
              "src/assets",
              "src/environments/environment.json"
            ],

            // add the main.scss or main.css into "styles"

            "styles": ["src/main.scss"],
          }
    }
}
1.1.5

2 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago