ttree/stylesheet

Last activity 04 May 2022 7 3 10802
composer require ttree/stylesheet

Fusion object to generate a link tag

3.0.1

Version
3.0.1
Type
neos-package
Release Date
Jan 26, 2017 09:39
Source
git
Distribution
zip
Requires
  • neos/fusion: ^3.0.0 || 3.0.x-dev || dev-master
MIT
  • #asset
  • #stylesheet
  • #typoscript
3237372dad367a27ebcacfa02e2af5e5f61aa714

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:Resource

Generate 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:External

Generate a HTML link element in HTML5:

stylesheets.main = Ttree.StyleSheet:External { uri = 'http://www.domain.com/main…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 48 package(s).