Skip to content

A CraftCMS plugin to deal with loading css files inline

Notifications You must be signed in to change notification settings

joepagan/Daedalus-CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Daedalus-CSS

A CraftCMS plugin to deal with loading css files inline

In your template you can use:

{% set initCssFilePath = "/resources/site/stylesheets/init.css" %}
{% if craft.DaedalusCss is defined %}
    {{ craft.DaedalusCss.includeCss(initCssFilePath) }}
{% else %}
    <link rel="stylesheet" href="{{ initCssFilePath }}">
{% endif %}

About

A CraftCMS plugin to deal with loading css files inline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages