ttree/stylesheet
composer require ttree/stylesheet
Fusion object to generate a link tag
1.0.2
Readme excerpt
StyleSheet Fusion Prototypes
This package contains Fusion prototypes to work with StyleSheets in your Flow Framework and Neos CMS project.
Available Objects Ttree.StyleSheet:ResourceGenerate a HTML link element in HTML5:
stylesheets.main = Ttree.StyleSheet:Resource { uri = 'resource://Your.Package/Public/Styles/Main.css' cacheBusting = true }You can disable HTTP cache busting by setting cacheBusting to false.
Set inline to true to inline the content of the resource.
Ttree.StyleSheet:ExternalGenerate a HTML link element in HTML5:
stylesheets.main = Ttree.StyleSheet:External { uri = 'http://www.domain.com/main…Read more
The same vendor provides 48 package(s).