This package has been deprecated

Author message:

please use plain-tag instead

dummy-tag

1.1.1 • Public • Published

dummy-tag

A dummy JS template literal tag.

import dummyTag from 'dummy-tag';
// const dummyTag  = require('dummy-tag');
// <script src="//unpkg.com/dummy-tag"></script>
 
dummyTag`one ${2} three`;
// output: "one 2 three"

It could be used to trigger CSS minification too, through rollup plugins or others.

import css from 'dummy-tag';
 
const style = css`
  body {
    color: green;
  }
`;

/dummy-tag/

    Package Sidebar

    Install

    npm i dummy-tag

    Weekly Downloads

    0

    Version

    1.1.1

    License

    ISC

    Unpacked Size

    2.51 kB

    Total Files

    7

    Last publish

    Collaborators

    • webreflection