Leon Francis Shelhamer

Results 5 issues of Leon Francis Shelhamer

Signed-off-by: Leon Francis Shelhamer

I am not certain that my issue is a result of a bug. So I did post in the WP support forums. In case this is a bug I am...

I see datepicker and the "now" and "done" buttons, but no timepicker. this happens whether I call datetimepicker() or timepicker().

CSSX is working great in my new project, however not having Atom editor autocomplete-css recognize the css in the .jsx file is slowing me down. Does anyone have any suggestions...

This works: ``` css .r-nav-li:nth-child(1):before, .r-nav-li:nth-child(1):after { font-family: FontAwesome; display: inline-block; } ``` This throws unexpected token error at `.r-nav-li:nth-child(1):after`: ``` css .r-nav-li:nth-child(1):before, .r-nav-li:nth-child(1):after { font-family: FontAwesome; display: inline-block; }...