UNPKG

@progress/kendo-ui

Version:

This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.

13 lines (9 loc) 339 B
'use strict'; const { applyKPagerLgCompoundStrip } = require('../_shared.cjs'); module.exports = function transformer(fileInfo) { if (!/\.(css|scss|sass|less)$/i.test(fileInfo.path)) { return undefined; } const result = applyKPagerLgCompoundStrip(fileInfo.source); return result !== fileInfo.source ? result : undefined; };