--- title: document.styleSheets slug: Web/API/Document/styleSheets tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/DocumentOrShadowRoot/styleSheets ---

{{ ApiRef() }}

Podsumowanie

Własność styleSheets zwraca listę obiektów stylesheet w bieżącym dokumencie.

Składnia

listaWęzłów = document.styleSheets

Specyfikacja

DOM Level 2.

{{ languages( { "en": "en/DOM/document.styleSheets", "ja": "ja/DOM/document.styleSheets" } ) }}