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
  • #16247
Closed
Open
Issue created Apr 07, 2015 by Administrator@rootContributor

Carousel uses bad value for perspective property

Created by: cvrebert

https://github.com/twbs/bootstrap/blob/2e6511bb51d23b1f54d2a2ed32282e4a50ba959a/less/carousel.less#L32 ends up compiling (in part) to perspective: 1000; However, per the spec and https://developer.mozilla.org/en-US/docs/Web/CSS/perspective , perspective's value must be either none or a length. Non-0 lengths must have a unit, so the unitless 1000 is invalid. CC: @mdo Originally reported as https://github.com/twbs/bootstrap-sass/issues/882

Assignee
Assign to
Time tracking