ttree/stylesheet

Fusion object to generate a link tag

Installs: 9 915

Dependents: 6

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 2

Open Issues: 0

Type:neos-package

3.0.11 2022-05-04 16:19 UTC

This package is auto-updated.

Last update: 2024-04-04 20:12:50 UTC


README

BSD License Latest Stable Version

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.css'
}

Acknowledgments

Development sponsored by ttree ltd - neos solution provider.

We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us.

License

The MIT License (MIT). Please see LICENSE for more information.