Module: delite/css

delite/css

CSS loading plugin for widgets.

This plugin will load and wait for a css file. This can be handy to load the css specific to a widget.

This plugin uses the link load event and a work-around on old webkit browsers. The work-around watches a stylesheet until its rules are available (not null or undefined).

This plugin will return the path of the inserted css file relative to requirejs baseUrl.

Show inherited