UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

14 lines (11 loc) 307 B
const sass = require("sass"); const functions = { "svg-icon($path, $selectors: null)": function (_path, _selectors) { return new sass.SassString("unset", { quotes: false }); }, }; const sassRenderSyncConfig = { quietDeps: true, functions, }; module.exports = sassRenderSyncConfig;