julien-deramond / bootstrap-deprecated-classes-extension

Browser extension highlighting Bootstrap deprecated classes in websites

Home Page:https://addons.mozilla.org/firefox/addon/bootstrap-deprecated-classes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Deprecated Classes Extension

Highlight Bootstrap deprecated classes.

Screenshot of the Bootstrap Deprecated Classes Extension

A browser extension highlighting Bootstrap deprecated classes in websites.

Installation

You can install the extension directly from Firefox Add-ons or Microsoft Edge Add-ons.

⚠️ This extension is not yet available on the Chrome Web Store.

Locally

For Firefox, you can run it locally:

  • web-ext run --devtools to launch the extension in Firefox with DevTools.
  • web-ext run -u https://getbootstrap.com/docs/4.6 to launch the extension in Firefox with the Bootstrap 4 docs
  • web-ext build to build the extension for distribution

For Chrome, please follow Load an unpacked extension instructions.

For Microsoft Edge, please follow Sideload an extension instructions.

Data

Data are generated by running npm run build and are stored in the data folder:

  • bootstrap-{$version}-deprecated-classes contains the list of deprecated classes for the given Bootstrap version which is compared to the latest Bootstrap version.
  • bootstrap-{$version}.json contains the list of classes for the given Bootstrap version.

Sponsors

License

Licensed under the MIT License.

See LICENSE for more information.

About

Browser extension highlighting Bootstrap deprecated classes in websites

https://addons.mozilla.org/firefox/addon/bootstrap-deprecated-classes/

License:MIT License


Languages

Language:CSS 98.0%Language:JavaScript 1.8%Language:HTML 0.2%