Sha256: ec6f55aa46d1357ffe4a9d4e2a07616173bcbed549588fd47fc80541b6056f34

Contents?: true

Size: 239 Bytes

Versions: 25

Compression:

Stored size: 239 Bytes

Contents

//.CommonJS
var CSSOM = {};
///CommonJS


/**
 * @constructor
 * @see http://dev.w3.org/csswg/cssom/#the-stylesheet-interface
 */
CSSOM.StyleSheet = function StyleSheet(){};


//.CommonJS
exports.StyleSheet = CSSOM.StyleSheet;
///CommonJS

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
stylus-source-0.19.1 vendor/node_modules/cssom/lib/StyleSheet.js
stylus-source-0.19.0 vendor/node_modules/cssom/lib/StyleSheet.js
stylus-source-0.18.0 vendor/node_modules/cssom/lib/StyleSheet.js
stylus-source-0.17.0 vendor/node_modules/cssom/lib/StyleSheet.js
stylus-source-0.15.4 lib/node_modules/cssom/lib/StyleSheet.js