Skip to content

Instantly share code, notes, and snippets.

@nuno
Forked from robertscherer/gist:7228647
Created October 30, 2013 09:05
Show Gist options
  • Select an option

  • Save nuno/7229346 to your computer and use it in GitHub Desktop.

Select an option

Save nuno/7229346 to your computer and use it in GitHub Desktop.
var PX = require('com.pixate.framework');
PX.styleSheetFromFilePathWithOrigin({
monitor: true,
origin: 0,
filename: '/path/to/file.css'
});
PX.styleSheetFromFilePathWithOrigin({
monitor: true,
origin: 0,
filename: '/path/to/second_file.css'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment