1.0.0 • Published 8 months ago

@jtorm/css-method v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
8 months ago

jTorm CSS Method

Adds external CSS to the plugin collection to process.

Install

npm install @jtorm/css-method

Properties

OptionTypeRequired
hrefstringtrue
crossoriginstringfalse
deferbooleanfalse
hreflangstringfalse
mediastringfalse
referrerpolicystringfalse
relstringfalse
sizesstringfalse
titlestringfalse
typestringfalse

Example

->css {
    href: 'https://cdn.example.com/test.css';
    rel: 'row';
    crossorigin: 'a';
    defer: '1';
}
1.0.0

8 months ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago