lucabaldini / webpage

My personal (static-html) webpage
GNU General Public License v3.0
1 stars 0 forks source link

Fix css validation errors #28

Open lucabaldini opened 5 years ago

lucabaldini commented 5 years ago

As of version 0.0.1 we have one error and a few warnings in one of the fontawesome css style sheets, along with a handful of warnings in our own css:

103 |   | -webkit-flex is an unknown vendor extension
113 |   | -webkit-flex is an unknown vendor extension
114 |   | -ms-flex is an unknown vendor extension
123 |   | -webkit-flex is an unknown vendor extension
124 |   | -ms-flex is an unknown vendor extension
338 |   | -webkit-flex-direction is an unknown vendor extension
lucabaldini commented 5 years ago

I created a fix_validation_errors branch and removed the offending vendor extensions in our css file.

For the fontawesome error/warnings I am afraid the only solution is to copy the icons locally and get rid of the css altogether.

lucabaldini commented 5 years ago

I just deployed version 0.4.0 and confirm that the only remaining error/warnings are from the fontawesome css.