2.3.0 • Published 3 years ago

ridaomar-bootstrap-helper-utalities v2.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Ridaomar Bootstrap Helper Utilities

This library was created as a utility library for Bootstrap v4 and v5.

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on deploying the project on a live system.

Prerequisites

Installing

Download the CSS file and import it in your HTML or CSS Files

Usage

Option 1: HTML Including (inside the head tag)

<head>
  <link rel="stylesheet" href="ridaomar-bootstrap-helper-utilities.css">
</head>

Option 2: Css Importing

@import "ridaomar-bootstrap-helper-utilities.css";

Or

@import url("ridaomar-bootstrap-helper-utilities.css");