@nativescript/template-blank-svelte 8.2.1 → 8.2.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/app/app.css +1 -14
  2. package/package.json +1 -1
package/app/app.css CHANGED
@@ -1,19 +1,6 @@
1
- /*
2
- In NativeScript, the app.css file is where you place CSS rules that
3
- you would like to apply to your entire application. Check out
4
- http://docs.nativescript.org/ui/styling for a full list of the CSS
5
- selectors and properties you can use to style UI components.
6
-
7
- /*
8
- In many cases you may want to use the NativeScript core theme instead
9
- of writing your own CSS rules. For a full list of class names in the theme
10
- refer to http://docs.nativescript.org/ui/theme.
11
- The imported CSS rules must precede all other types of rules.
12
- */
13
- @import '@nativescript/theme/css/core.css';
1
+ @import '@nativescript/theme/css/core.css';
14
2
  @import '@nativescript/theme/css/default.css';
15
3
 
16
- /* Font icon class */
17
4
  .fab {
18
5
  font-family: 'Font Awesome 5 Brands', 'fa-brands-400';
19
6
  font-weight: 400;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "app/app.ts",
4
4
  "displayName": "Blank Svelte",
5
5
  "templateType": "App template",
6
- "version": "8.2.1",
6
+ "version": "8.2.2",
7
7
  "description": "Blank template for NativeScript apps using Svelte",
8
8
  "author": "NativeScript Team <oss@nativescript.org>",
9
9
  "license": "Apache-2.0",