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
  • #12457
Closed
Open
Issue created Jan 31, 2014 by Administrator@rootContributor

some of the example templates fail csslint

Created by: cvrebert

Upon trying to add the examples' CSS to the csslint Grunt task, I discovered that some of them fail csslint:

Running "csslint:src" (csslint) task
Linting docs/examples/blog/blog.css ...ERROR
[L44:C1]
Rule is empty. Rules without any properties specified should be removed. (empty-rules)
[L73:C3]
vertical-align can't be used with display: block. Certain properties shouldn't be used with certain display property values. (display-property-grouping)
Linting docs/examples/grid/grid.css ...ERROR
[L21:C3]
Duplicate property 'background-color' found. Duplicate properties must appear one after the other. (duplicate-properties)
[L22:C3]
Duplicate property 'border' found. Duplicate properties must appear one after the other. (duplicate-properties)
Linting docs/examples/justified-nav/justified-nav.css ...ERROR
[L44:C3]
Duplicate property 'background-image' found. Duplicate properties must appear one after the other. (duplicate-properties)
Linting docs/examples/non-responsive/non-responsive.css ...ERROR
[L41:C3]
Duplicate property 'background-color' found. Duplicate properties must appear one after the other. (duplicate-properties)
[L42:C3]
Duplicate property 'border' found. Duplicate properties must appear one after the other. (duplicate-properties)
Assignee
Assign to
Time tracking