1.1.0 • Published 4 years ago

mil-bootstrap.css v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

mil-boostrap.css

Lit-Element Bootstrap stylesheet. Current version: 4.4.1

Installation

npm i mil-bootstrap.css --save

Usage

2 versions of bootstrap.css are available. Files comparison details are available here: https://getbootstrap.com/docs/4.4/getting-started/contents/#css-files

import { bootstrap } from 'path/to/mil-bootstrap.css/bootstrap.js';
import { bootstrapGrid } from 'path/to/mil-bootstrap.css/bootstrap-grid.js';
  static get styles() {
    return [
      bootstrap,
      bootstrapGrid
    ];