{"version":3,"sources":["webpack:///./src/demo/snippets/js/preset_generator.txt"],"names":[],"mappings":"kHAAA,OAAe","file":"js/chunk-2d0f0630.0abf8d6d.js","sourcesContent":["export default \"// Imports\\nconst {\\n generatePreset,\\n injectGoogleFontLink,\\n} = require('@vuetify/cli-plugin-utils')\\n\\n// Updates the Vuetify object with provided preset\\nmodule.exports = api => generatePreset(api, 'preset-name', () => {\\n // Invoked after the generator has completed.\\n // A common use-case is adding font links\\n\\n // Will automatically apply the default font-weights\\n // 100,300,400,500,700,900\\n injectGoogleFontLink(api, 'Rubik')\\n\\n // Will only use the defined font-weights\\n injectGoogleFontLink(api, 'Roboto:100,300,700')\\n\\n // Works the same as the above, but accepts multiple values\\n injectGoogleFontLink(api, [\\n 'Rubik',\\n 'Roboto:100,300,700',\\n ])\\n})\\n\";"],"sourceRoot":""}