Sha256: 3f1ce048babc5c6974bb24d6672040e2ce71e3efc6c5e40239d358ff2a7375c1

Contents?: true

Size: 170 Bytes

Versions: 24

Compression:

Stored size: 170 Bytes

Contents

'use strict';

function getTemplate(node, source) {
	return source.slice(node.quasis[0].start, node.quasis[node.quasis.length - 1].end);
}

module.exports = getTemplate;

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
trusty-cms-4.1.8 node_modules/@stylelint/postcss-css-in-js/get-template.js
trusty-cms-4.1.7 node_modules/@stylelint/postcss-css-in-js/get-template.js
trusty-cms-4.1.6 node_modules/@stylelint/postcss-css-in-js/get-template.js
trusty-cms-4.1.5 node_modules/@stylelint/postcss-css-in-js/get-template.js