Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #11387
Closed
Open
Issue created Nov 07, 2013 by Administrator@rootContributor

.table-striped and .table-hover can no longer be used as mixins

Created by: dleute

To make maintenance easier I apply bootstrap classes to my own so I can change my entire site easily.

With bootstrap 2.3 I could do this:

.la-table-standard {
  .table;
  .table-bordered;
  .table-condensed;
  .table-striped;
  .table-hover;
}

Then I apply la-table-standard to my class.

With bootstrap 3, .table-striped and .table-hover are not recognized.

To adjust for this I could have to change hundreds of lines of code. This is really annoying.

Is there any way to get the old behavior?

Assignee
Assign to
Time tracking