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.