You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sass failed to compile with this error: Error: ".container" failed to @extend ".clearfix".
The selector ".clearfix" was not found.
Use "@extend .clearfix !optional" if the extend should be able to fail.
on line 8 of /assets/css/spectre/_layout.scss
The text was updated successfully, but these errors were encountered:
1- it's an utility and in my opinion should not be required
2- it's not very important to have .float-left or .absolute classes in a project. (but may be required sometime : yes)
3- when importing scss parts, i like to import only files i need and use.
If you don't import utilities/_position :
The text was updated successfully, but these errors were encountered: