Inserts a CSS file into the HTML document page.. This tag allows you to add external CSS files to your WordPress or Joomla site.
Basic usage:
{{ document.style }}
Usage with parameters:
{{ document.style(Link to the file) }}
Parameters:
Link to the file
(optional) – URL of the CSS file to be included. This should be a full URL to the external CSS file you want to include in your document.
Example:
{{ document.style("https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css' type='text/css'></link>") }}
Leave a Reply
You must be logged in to post a comment.