create-quasar 2.2.0 → 2.2.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-quasar",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
5
5
  "homepage": "https://quasar.dev",
6
6
  "bugs": "https://github.com/quasarframework/quasar/issues",
@@ -18,7 +18,7 @@ export default defineConfig((<% if (scope.preset.i18n) { %>ctx<% } else { %>/* c
18
18
 
19
19
  // https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#css
20
20
  css: [
21
- 'app.<%= scope.preset.sass ? 'sass' : 'css' %>'
21
+ 'app.<%= scope.preset.sass ? 'scss' : 'css' %>'
22
22
  ],
23
23
 
24
24
  // https://github.com/quasarframework/quasar/tree/dev/extras
@@ -0,0 +1 @@
1
+ // app global css
@@ -12,14 +12,14 @@
12
12
  // to match your app's branding.
13
13
  // Tip: Use the "Theme Builder" on Quasar's documentation website.
14
14
 
15
- $primary : #1976D2
16
- $secondary : #26A69A
17
- $accent : #9C27B0
15
+ $primary : #1976D2;
16
+ $secondary : #26A69A;
17
+ $accent : #9C27B0;
18
18
 
19
- $dark : #1D1D1D
20
- $dark-page : #121212
19
+ $dark : #1D1D1D;
20
+ $dark-page : #121212;
21
21
 
22
- $positive : #21BA45
23
- $negative : #C10015
24
- $info : #31CCEC
25
- $warning : #F2C037
22
+ $positive : #21BA45;
23
+ $negative : #C10015;
24
+ $info : #31CCEC;
25
+ $warning : #F2C037;
@@ -28,7 +28,7 @@ export default defineConfig((ctx) => {
28
28
 
29
29
  // https://v2.quasar.dev/quasar-cli-webpack/quasar-config-file#css
30
30
  css: [
31
- 'app.<%= scope.preset.sass ? 'sass' : 'css' %>'
31
+ 'app.<%= scope.preset.sass ? 'scss' : 'css' %>'
32
32
  ],
33
33
 
34
34
  // https://github.com/quasarframework/quasar/tree/dev/extras
@@ -0,0 +1 @@
1
+ // app global css
@@ -12,14 +12,14 @@
12
12
  // to match your app's branding.
13
13
  // Tip: Use the "Theme Builder" on Quasar's documentation website.
14
14
 
15
- $primary : #1976D2
16
- $secondary : #26A69A
17
- $accent : #9C27B0
15
+ $primary : #1976D2;
16
+ $secondary : #26A69A;
17
+ $accent : #9C27B0;
18
18
 
19
- $dark : #1D1D1D
20
- $dark-page : #121212
19
+ $dark : #1D1D1D;
20
+ $dark-page : #121212;
21
21
 
22
- $positive : #21BA45
23
- $negative : #C10015
24
- $info : #31CCEC
25
- $warning : #F2C037
22
+ $positive : #21BA45;
23
+ $negative : #C10015;
24
+ $info : #31CCEC;
25
+ $warning : #F2C037;
@@ -18,7 +18,7 @@ export default defineConfig((<% if (scope.preset.i18n) { %>ctx<% } else { %>/* c
18
18
 
19
19
  // https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#css
20
20
  css: [
21
- 'app.<%= scope.preset.sass ? 'sass' : 'css' %>'
21
+ 'app.<%= scope.preset.sass ? 'scss' : 'css' %>'
22
22
  ],
23
23
 
24
24
  // https://github.com/quasarframework/quasar/tree/dev/extras
@@ -0,0 +1 @@
1
+ // app global css
@@ -12,14 +12,14 @@
12
12
  // to match your app's branding.
13
13
  // Tip: Use the "Theme Builder" on Quasar's documentation website.
14
14
 
15
- $primary : #1976D2
16
- $secondary : #26A69A
17
- $accent : #9C27B0
15
+ $primary : #1976D2;
16
+ $secondary : #26A69A;
17
+ $accent : #9C27B0;
18
18
 
19
- $dark : #1D1D1D
20
- $dark-page : #121212
19
+ $dark : #1D1D1D;
20
+ $dark-page : #121212;
21
21
 
22
- $positive : #21BA45
23
- $negative : #C10015
24
- $info : #31CCEC
25
- $warning : #F2C037
22
+ $positive : #21BA45;
23
+ $negative : #C10015;
24
+ $info : #31CCEC;
25
+ $warning : #F2C037;
@@ -30,7 +30,7 @@ export default defineConfig((/* ctx */) => {
30
30
 
31
31
  // https://v2.quasar.dev/quasar-cli-webpack/quasar-config-file#css
32
32
  css: [
33
- 'app.<%= scope.preset.sass ? 'sass' : 'css' %>'
33
+ 'app.<%= scope.preset.sass ? 'scss' : 'css' %>'
34
34
  ],
35
35
 
36
36
  // https://github.com/quasarframework/quasar/tree/dev/extras
@@ -0,0 +1 @@
1
+ // app global css
@@ -12,14 +12,14 @@
12
12
  // to match your app's branding.
13
13
  // Tip: Use the "Theme Builder" on Quasar's documentation website.
14
14
 
15
- $primary : #1976D2
16
- $secondary : #26A69A
17
- $accent : #9C27B0
15
+ $primary : #1976D2;
16
+ $secondary : #26A69A;
17
+ $accent : #9C27B0;
18
18
 
19
- $dark : #1D1D1D
20
- $dark-page : #121212
19
+ $dark : #1D1D1D;
20
+ $dark-page : #121212;
21
21
 
22
- $positive : #21BA45
23
- $negative : #C10015
24
- $info : #31CCEC
25
- $warning : #F2C037
22
+ $positive : #21BA45;
23
+ $negative : #C10015;
24
+ $info : #31CCEC;
25
+ $warning : #F2C037;
@@ -1 +0,0 @@
1
- // app global css in Sass form
@@ -1 +0,0 @@
1
- // app global css in Sass form
@@ -1 +0,0 @@
1
- // app global css in Sass form
@@ -1 +0,0 @@
1
- // app global css in Sass form