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
I am getting 3 invalid css warnings when the sass files compile. While this is not a show-stopper, it would be nice to have it fixed in the source so I don't have to fix it with every new install of Feather.
Here are the details:
/Foundation/assets/src/sass/sitefinity/media/_sf-media.sass
line 20: "margin-top:-35px" change to "margin-top: -35px"
/Foundation/assets/src/sass/sitefinity/searchBox/_sf-search-box.sass
line 5: change "border:1px solid #ccc" to "border: 1px solid #ccc"
line 9: change "padding:3px" to "padding: 3px"
The text was updated successfully, but these errors were encountered:
I am getting 3 invalid css warnings when the sass files compile. While this is not a show-stopper, it would be nice to have it fixed in the source so I don't have to fix it with every new install of Feather.
Here are the details:
/Foundation/assets/src/sass/sitefinity/media/_sf-media.sass
line 20: "margin-top:-35px" change to "margin-top: -35px"
/Foundation/assets/src/sass/sitefinity/searchBox/_sf-search-box.sass
line 5: change "border:1px solid #ccc" to "border: 1px solid #ccc"
line 9: change "padding:3px" to "padding: 3px"
The text was updated successfully, but these errors were encountered: