Socket
Socket
Sign inDemoInstall

minty-bootstrap

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    minty-bootstrap

A fresh Bootstrap theme


Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Install size
545 kB
Created
Weekly downloads
 

Readme

Source

Minty

A fresh Bootstrap theme

Demo - Docs - GitHub - NPM

npm GitHub commits since latest release (by date including pre-releases) npm GitHub issues

Screenshot: Screenshot of Minty

Versions

Minty versionBootstrap versionDocs
2.x.x5.x.xcurrent
1.x.x4.x.xhere

Table of contents

Installation and usage

Install Minty via npm:

npm install minty-bootstrap

Or, download it here.

Add it to your project:

<link rel="stylesheet" src="/your/path/to/minty.min.css">

Or, when you're using npm:

<link rel="stylesheet" src="node_modules/minty-bootstrap/dist/minty.css">

You can use the non-minified version of Minty by replacing minty.min.css to minty.css.

Bootstrap's JavaScript isn't included, so you have to install the JS files separately:

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<!-- or separate: -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>

You don't have to install Bootstrap's CSS, everything's included in this CSS file.

For usage of Minty, just head over to the Bootstrap docs.

Contributing

  1. Clone this repository:
    git clone https://github.com/garraflavatra/minty.git
    
  2. Install dev dependencies:
    npm install
    
  3. Make changes to src/*.scss.
  4. Run
    npm start
    
  5. Add your changes:
    git add *
    
  6. Commit your changes.
    git commit -m
    
  7. Create a pull request.

Thanks for contributing!

Keywords

FAQs

Last updated on 23 Aug 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc