Hi I'm a student web developer who is learning YUI3 at school.
I am currently making a Bootstrap website, and am trying to combine YUI3 calendar widget (or any other YUI widget used in the future) responsively. Here are the issues:
---> This responsive stuff in YUI is based on Pure Grids. Pure Grids, as I understand it, only allows 99.9% pixel by pixel adjusting, rather including the other option of using percentages in Web Developing.
---> I don't understand how to make the calendar widget, or on any other widget behave responsively with other highly used frameworks like Bootstrap, Foundation, etc. You see, I like this widget, but I cannot make it responsive at 177px width. On the other hand, Bootstrap's responsive utilities work amazingly, yet this YUI widget will not match Bootstrap's responsive utilities.
---> Also the documentation could be more precise on how to change the look and feel (the skinning) of the calendar. Could you please provide advanced skinning coding techniques for the public on the YUI3 site as a tutorial? That way the YUI3 site could be more user-friendly to users, or students like me, who are just learning YUI. :)