--- title: CSSStyleSheet slug: Web/API/CSSStyleSheet translation_of: Web/API/CSSStyleSheet ---
{{ ApiRef() }}
This section describes the CSSStyleSheet object, which represents a single CSS stylesheet.
A CSS stylesheet consists of CSS rules, each of them can be manipulated through its CSSRule object. The stylesheet object itself lets you examine and modify the stylesheet, including its list of rules.
You can get the list of stylesheets for a given document using the document.styleSheets property.
DOM Level 2 Style Sheets: StyleSheet
DOM Level 2 CSS: CSSStyleSheet
{{ languages( { "pl": "pl/DOM/stylesheet" } ) }}