Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #3096

Closed
Open
Created Feb 27, 2013 by Administrator@rootOwner

Errors with assets:precompile

Created by: zzet

WARNING on line 42 of /.../app/assets/stylesheets/sections/merge_requests.scss: ".automerge_widget .how_to_merge_link" failed to @extend ".primary".
  The selector ".primary" was not found.
  This will be an error in future releases of Sass.
  Use "@extend .primary !optional" if the extend should be able to fail.

WARNING on line 46 of /.../app/assets/stylesheets/sections/notes.scss: "ul.notes .discussion .discussion-body .file" failed to @extend ".borders".
  The selector ".borders" was not found.
  This will be an error in future releases of Sass.
  Use "@extend .borders !optional" if the extend should be able to fail.

WARNING on line 46 of /.../app/assets/stylesheets/sections/notes.scss: "
 ul.notes .discussion .discussion-body .discussion-hidden" failed to @extend ".borders".
  The selector ".borders" was not found.
  This will be an error in future releases of Sass.
  Use "@extend .borders !optional" if the extend should be able to fail.

WARNING on line 46 of /.../app/assets/stylesheets/sections/notes.scss: "
 ul.notes .discussion .discussion-body .notes" failed to @extend ".borders".
  The selector ".borders" was not found.
  This will be an error in future releases of Sass.
  Use "@extend .borders !optional" if the extend should be able to fail.

WARNING on line 30 of /.../app/assets/stylesheets/sections/editor.scss: ".file-editor .commit-button-annotation .commit-btn" failed to @extend ".save-btn".
  The selector ".save-btn" was not found.
  This will be an error in future releases of Sass.
  Use "@extend .save-btn !optional" if the extend should be able to fail.
Assignee
Assign to
Time tracking