
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
bs-grid-breakpoint-indicator
Advanced tools
Lightweight Bootstrap responsive breakpoint indicator with minimal footprint
Lightweight Bootstrap responsive breakpoint indicator with minimal footprint. Shows current active breakpoint in the top-left corner during development.
npm install bs-grid-breakpoint-indicator
<link rel="stylesheet" href="node_modules/bs-grid-breakpoint-indicator/dist/bs-grid-breakpoint-indicator.css">
<body class="bs-breakpoint-indicator">
@import '~bs-grid-breakpoint-indicator/src/breakpoint-indicator';
.debug-breakpoint {
@include bs-breakpoint-indicator;
}
:root {
--bs-breakpoint-top: 10px;
--bs-breakpoint-left: 10px;
--bs-breakpoint-padding: 4px 8px;
--bs-breakpoint-font-size: 14px;
--bs-breakpoint-opacity: 0.6;
--bs-breakpoint-z-index: 1000;
--bs-breakpoint-border-radius: 0.25rem;
--bs-breakpoint-fallback: "no";
}
| Variable | Default | Description |
|---|---|---|
--bs-breakpoint-top | 2px | Distance from top |
--bs-breakpoint-left | 2px | Distance from left |
--bs-breakpoint-padding | 2px 4px | Inner padding |
--bs-breakpoint-font-size | 12px | Font size |
--bs-breakpoint-opacity | 0.4 | Opacity level |
--bs-breakpoint-z-index | 100 | Z-index value |
--bs-breakpoint-border-radius | 0.375rem | Border radius |
--bs-breakpoint-fallback | "xs" | Fallback content |
Works automatically with your custom Bootstrap breakpoints:
$grid-breakpoints: (
xs: 0,
sm: 480px,
md: 768px,
lg: 1024px,
xl: 1200px
);
@import '~bs-grid-breakpoint-indicator/src/breakpoint-indicator';
<link rel="stylesheet" href="https://unpkg.com/bs-grid-breakpoint-indicator@latest/dist/bs-grid-breakpoint-indicator.css">
MIT
FAQs
Lightweight Bootstrap responsive breakpoint indicator with minimal footprint
We found that bs-grid-breakpoint-indicator 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.