bootstrap-legacy

Bootstrap Legacy Patterns

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bootstrap-legacy" with this command: npx skills add sraloff/gravityboots/sraloff-gravityboots-bootstrap-legacy

Bootstrap Legacy Patterns

When to use this skill

  • Maintaining sites built with Bootstrap.

  • Migrating from Bootstrap to Tailwind.

  • Using Bootstrap components.

  1. Grid System
  • Classes: container , row , col-{breakpoint}-{size} .

  • Nesting: Rows must be direct children of containers or columns.

  1. Utilities vs Components
  • Components: Bootstrap relies heavily on pre-built components (.card , .navbar , .modal ).

  • Utilities: Bootstrap 5 introduced more utility classes (.d-flex , .mb-3 ), similar to Tailwind. Prefer these over custom CSS when editing.

  1. Migration
  • To Tailwind: Map concepts (e.g., d-none -> hidden , text-center -> text-center , btn-primary -> custom component).

  • Coexistence: Avoid loading both if possible, but if needed, scope Bootstrap to a wrapper (namespace).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

apache-lamp-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

caddy-modern-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

postgresql-query-opt

No summary provided by upstream source.

Repository SourceNeeds Review