pages-themes / leap-day

Leap day is a Jekyll theme for GitHub Pages
https://pages-themes.github.io/leap-day/
Creative Commons Zero v1.0 Universal
204 stars 484 forks source link

Correct W3C validation errors in assets/css/style.css #22

Closed benbalter closed 6 years ago

benbalter commented 6 years ago

I found the following W3C validation errors in assets/css/style.css:

ERROR; URI: file://localhost/TextArea; line 690: 

                                Value Error :  background (nullcolors.html#propdef-background)

                                “linear_gradient(#ffe788,#ffce38)” is not a “background-color” value : 

ERROR; URI: file://localhost/TextArea; line 704: 

                                Value Error :  background (nullcolors.html#propdef-background)

                                “linear_gradient(#ffe788,#ffe788)” is not a “background-color” value : 

ERROR; URI: file://localhost/TextArea; line 821: 

                                Value Error :  padding (nullbox.html#propdef-padding)

                                “auto” is not a “padding” value : 

Interested in fixing them? Just clone this repository locally, make the suggested change, and run script/cibuild to confirm it's been fixed. After that, you can submit a pull request to get your change merged. Feel free to drop questions here if you run into any problems.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.