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
  • #6301

Closed
Open
Created Feb 12, 2014 by Administrator@rootOwner

Warning scss

Created by: MrKeiKun

Summary: I was browsing my production.logs over Gitlab Admin Logs then i found WARNING on line 54 of /home/git/gitlab/app/assets/stylesheets/sections/notes.scss: "ul.notes .discussion .discussion-body .file" failed to @extend ".borders".

Logs:

Started GET "/MrKeiKun/neko/commits/31a6b90e9d1837bfb72a03d4a3dd33bb29d34ecf/src/config" for 66.249.73.56 at 2014-02-12 23:20:59 +0800
Processing by Projects::CommitsController#show as */*
Parameters: {"project_id"=>"MrKeiKun/neko", "id"=>"31a6b90e9d1837bfb72a03d4a3dd33bb29d34ecf/src/config"}
Completed 401 Unauthorized in 6ms
Started GET "/MrKeiKun/neko/blob/637c78d55ec7d635c7150c308ac823290984cc15/doc/permissions.txt" for 66.249.73.56 at 2014-02-12 23:29:19 +0800
Processing by Projects::BlobController#show as */*
Parameters: {"project_id"=>"MrKeiKun/neko", "id"=>"637c78d55ec7d635c7150c308ac823290984cc15/doc/permissions.txt"}
Completed 401 Unauthorized in 5ms
WARNING on line 54 of /home/git/gitlab/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 54 of /home/git/gitlab/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 54 of /home/git/gitlab/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 /home/git/gitlab/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