canvasplay
canvasplay
Hi! I've been using this for years, since some LMS platforms does not handle automatically the session time I have added an option for the wrapper to handle it. Maybe...
Fixes autocomplete for css selectors with escaped characters as described here #288. Currently only supporting the following escaped characters: `\/`, `\@`, `\:` Fixes #288
I have faced some issues related with class names with escaped characters like `.color-red\@mobile` or `.focus\:color-red`. Please, find here are some of my findings: ````` /* available for autocomplete */...