
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
tw-bootstrap-grid
Advanced tools
A Tailwind CSS plugin that adds a responsive, Bootstrap-style grid system.
A Tailwind CSS plugin that adds a responsive, Bootstrap-like 12-column grid system to Tailwind.
Works with Tailwind CSS v3.4.x and v4+, including full RTL (Right-to-Left) support.
.row, .col, .col-1 to .col-12 for flexible column layouts..g-*, .gx-* and .gy-* for gutter spacing (uses Tailwind spacing scale)..offset-* to add horizontal column offsets..row-cols-(1-6) classes evenly divide row children into equal columns..container and .container-fluid with responsive max-widths..row, .offset-* and .container for right-to-left layouts.Install the plugin via NPM:
npm install tw-bootstrap-grid
or with Yarn:
yarn add tw-bootstrap-grid
import Grid from "tw-bootstrap-grid";
export default {
content: ["./src/**/*.{html,js,ts,jsx,tsx}"],
plugins: [Grid],
};
@import "tailwindcss";
@plugin "tw-bootstrap-grid";
👉 Find the full documentation, setup guide, and interactive examples on Docs & Live Examples.
sm:, md:, lg:, etc).--theme-gutter-x and --theme-gutter-y.Found a bug or have a feature request? Feel free to open an issue or submit a pull request!
MIT © Baver Bozdağ
FAQs
A Tailwind CSS plugin that adds a responsive, Bootstrap-style grid system.
We found that tw-bootstrap-grid demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.