@bs-solutions/bootstrap-theme

0.1.1 • Public • Published

Bastion styles for Bootstrap

Changing Bootstrap theme to Bastion Company Styles.

1. Install packages

npm install @bs-solutions/bootstrap-styles

2. Add styles

Add Bastion company style imports @bs-solutions/bootstrap-styles/styles to your project.

2.1 Into your common (root) *.scss file

Example:

@import '@bs-solutions/bootstrap-styles/styles';

// your awesome styles

2.2 Into your common (root) *.js, *.jsx, *.ts, *.tsx file

Example:

import { StrictMode } from "react";
import { createRoot } from "react-dom/client";

import "@bs-solutions/bootstrap-styles/styles.scss";

// your awesome code

Package Sidebar

Install

npm i @bs-solutions/bootstrap-theme

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

1.34 kB

Total Files

3

Last publish

Collaborators

  • sudondie
  • vladsolyony
  • dmitriy-u
  • vperekrestov