create-vuetify 2.7.0 → 2.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1192,7 +1192,7 @@ function resolveNonInteractiveContext(context) {
1192
1192
  // package.json
1193
1193
  var package_default = {
1194
1194
  name: "create-vuetify",
1195
- version: "2.7.0",
1195
+ version: "2.7.2",
1196
1196
  author: "Elijah Kotyluk <elijah@elijahkotyluk.com>",
1197
1197
  license: "MIT",
1198
1198
  type: "module",
@@ -1913,7 +1913,8 @@ function configureVuetify(ctx, nuxtConfig) {
1913
1913
  };
1914
1914
  config.css = [];
1915
1915
  if (!ctx.useNuxtModule) {
1916
- config.css.push("@mdi/font/css/materialdesignicons.css", "vuetify/styles");
1916
+ config.css.push("@mdi/font/css/materialdesignicons.css");
1917
+ config.css.push("vuetify/styles");
1917
1918
  }
1918
1919
  addNuxtModule(nuxtConfig, "@nuxt/fonts");
1919
1920
  return config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
4
4
  "author": "Elijah Kotyluk <elijah@elijahkotyluk.com>",
5
5
  "license": "MIT",
6
6
  "type": "module",