2.7.1 • Published 2 years ago

ridaomar-bootstrap-helper-utilities v2.7.1

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

Ridaomar Bootstrap Helper Utilities

This library was developed by CSS3 only and created to be as a utility library for Bootstrap v4 and v5.

Live Demo

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.min.css">
</head>

Option 2: Css Importing

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

Or

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