browse-everything
browse-everything copied to clipboard
SCSS warning: `.indenter" failed to @extend ".icon-check"`
WARNING on line 91 of /Users/justin/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/browse-everything-0.6.3/app/assets/stylesheets/browse_everything.css.scss: "#browse-everything .fa3 .ev-selected .indenter" failed to @extend ".icon-check".
The selector ".icon-check" was not found.
This will be an error in future releases of Sass.
Use "@extend .icon-check !optional" if the extend should be able to fail.
I'm guessing this is now .ui-icon-check:
https://api.jqueryui.com/theming/icons/
Sound plausible?