PleaseJS v0.3.0 Release Notes

Release Date: 2014-09-16 // over 9 years ago
  • PleaseJS 0.3.0 - Gray Aluminium

    You now have the ability to pass a hex string into base_color.

    //still worksPlease.make\_color({ base\_color: 'skyblue'; });//works now!Please.make\_color({ base\_color: '#0fbabc'; });//also worksPlease.make\_color({ base\_color: '0fbabc'; });//even this worksPlease.make\_color({ base\_color: 'abc'; });
    

    As always, have fun!