// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2006-2009 Sprout Systems, Inc. and contributors. // Portions ©2008-2009 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== sc_require('css/css_style') ; /** @class SC.CSSRule A css rule object represents a css rule that is part of a style sheet object. You can create your own rules and add insert them in style sheets at runtime. @extends SC.Object */ SC.CSSRule = SC.Object.extend( /** @scope SC.CSSRule.prototype */ { });