1.0.0 • Published 9 months ago

@jtorm/mediatarget-method v1.0.0

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

jTorm Mediatarget Method

Install

npm install @jtorm/mediatarget-method

Properties

OptionTypeRequiredDescription
tstringtrueTarget.

Example

->mediatarget(t: 'mobile') {
  body->attr {
    n: 'class';
    v: 'mobile';
    m: 'a';
  }
}
->mt {
  t: 'desktop';

  body->attr {
    n: 'class';
    v: 'desktop';
    m: 'p';
  }
}
1.0.0

9 months ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago