kriszyp / xstyle

A declarative, reactive framework that extends CSS

Home Page:http://kriszyp.github.com/xstyle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toAbsMid missing with RequireJS

johntimothybailey opened this issue · comments

Note: I might be missing something crucial in the implementation. Please let me know if that is simply the issue.

Usage Example:

define(["css!/css/forms.css"],function(){});

Result

require.toAbsMid is not a function
[Break On This Error] testDiv.id = require.toAbsMid(reso....*/,'') + "-loaded"; //cssIdTest[2];
css.js (line 56

I am using RequireJS 1.0.2.