Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid CSS Warning when compiling sass files in Foundation package #266

Open
breedenk opened this issue Dec 16, 2015 · 1 comment
Open

Comments

@breedenk
Copy link

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"

@Shard
Copy link
Contributor

Shard commented Oct 31, 2016

Fixed in #328

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants