Module

Stylesheet.Types.VirtualStylesheet

Package
purescript-stylesheet
Repository
danieljharvey/purescript-stylesheet

#diff Source

diff :: forall p. VirtualStylesheet p -> VirtualStylesheet p -> Array (InsertMediaRule)

Takes old one and new one and return the changes

#getStylesheetId Source