Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Commit 1ed843f

Browse files
committed
feat: First draft for v0.5
1 parent 3293949 commit 1ed843f

File tree

146 files changed

+2423
-4056
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+2423
-4056
lines changed

.bithoundrc

-7
This file was deleted.

.editorconfig

-13
This file was deleted.

.eslintrc

-22
This file was deleted.

.eslintrc.js

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
module.exports = {
2+
root: true,
3+
parserOptions: {
4+
sourceType: 'module'
5+
},
6+
env: {
7+
browser: true
8+
},
9+
globals: {
10+
'__THEME': true,
11+
'cordova': true,
12+
'Velocity': true
13+
},
14+
// https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
15+
extends: 'standard',
16+
// required to lint *.vue files
17+
plugins: [
18+
'html'
19+
],
20+
// add your custom rules here
21+
'rules': {
22+
// allow paren-less arrow functions
23+
'arrow-parens': 0,
24+
// allow debugger during development
25+
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0,
26+
'brace-style': [2, 'stroustrup', { 'allowSingleLine': true }]
27+
}
28+
}

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ db.json
44
*.log
55
node_modules/
66
public/
7-
.deploy*/
8-
assets/stylus-variables.json
9-
demo-app/wrapper
7+
.deploy*/

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@
22

33
# Quasar Framework Official Website
44

5-
<a href="https://codeclimate.com/github/rstoenescu/quasar-site"><img src="https://codeclimate.com/github/rstoenescu/quasar-site/badges/gpa.svg" /></a>
6-
<a href="https://www.bithound.io/github/rstoenescu/quasar-site"><img src="https://www.bithound.io/github/rstoenescu/quasar-site/badges/code.svg" alt="bitHound Code"></a>
7-
8-
<a href="https://david-dm.org/rstoenescu/quasar-site" title="Dependency status"><img src="https://david-dm.org/rstoenescu/quasar-site.svg"/></a>
9-
<a href="https://david-dm.org/rstoenescu/quasar-site#info=devDependencies" title="devDependency status"><img src="https://david-dm.org/rstoenescu/quasar-site/dev-status.svg"/></a>
10-
<a href="https://david-dm.org/rstoenescu/quasar-site#info=optionalDependencies" title="optionalDependency status"><img src="https://david-dm.org/rstoenescu/quasar-site/optional-status.svg"/></a>
11-
125
## What is Quasar Framework?
136

147
* Modern HTML5 SPA front-end framework on steroids.
8+
* With VueJs.
159
* Desktop and Mobile. Native Mobile Apps included.
1610
* Full Stack Toolkit.
1711

_config.yml

+27-10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Hexo Configuration
2+
## Docs: https://hexo.io/docs/configuration.html
3+
## Source: https://github.com/hexojs/hexo/
4+
5+
# Site
16
title: Quasar Framework
27
subtitle: "A fast, simple & powerful framework to simultaneously build websites and phone/tablet apps."
38
description: "Quasar is a fast, simple & powerful framework to simultaneously build websites and phone/tablet apps"
@@ -15,22 +20,28 @@ permalink_defaults:
1520
# Directory
1621
source_dir: source
1722
public_dir: public
18-
archive_dir: news
23+
tag_dir: tags
24+
archive_dir: archives
25+
category_dir: categories
1926
code_dir: downloads/code
27+
i18n_dir: :lang
2028
skip_render:
2129

2230
# Writing
23-
new_post_name: :year-:month-:day-:title.md # File name of new posts
24-
post_asset_folder: true
25-
31+
new_post_name: :title.md # File name of new posts
2632
default_layout: post
2733
titlecase: false # Transform title into titlecase
2834
external_link: true # Open external links in new tab
2935
filename_case: 0
3036
render_drafts: false
31-
37+
post_asset_folder: false
3238
relative_link: false
3339
future: true
40+
highlight:
41+
enable: true
42+
line_number: false
43+
auto_detect: false
44+
tab_replace:
3445

3546
search:
3647
path: search.xml
@@ -45,20 +56,26 @@ markdown:
4556
smartLists: true
4657
smartypants: true
4758

48-
highlight:
49-
enable: true
50-
line_number: false
51-
tab_replace:
59+
# Category & Tag
60+
default_category: uncategorized
61+
category_map:
62+
tag_map:
5263

5364
# Date / Time format
65+
## Hexo uses Moment.js to parse and display date
66+
## You can customize the date format as defined in
67+
## http://momentjs.com/docs/#/displaying/format/
5468
date_format: YYYY-MM-DD
5569
time_format: HH:mm:ss
5670

5771
# Pagination
58-
per_page: 0
72+
## Set per_page to 0 to disable pagination
73+
per_page: 10
5974
pagination_dir: page
6075

6176
# Extensions
77+
## Plugins: https://hexo.io/plugins/
78+
## Themes: https://hexo.io/themes/
6279
theme: quasar
6380

6481
# Accounts

assets/stylus-variables.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"$primary":{"mat":"#027be3","ios":"#027be3"},"$secondary":{"mat":"#26A69A","ios":"#26A69A"},"$tertiary":{"mat":"#555","ios":"#555"},"$neutral":{"mat":"#E0E1E2","ios":"#E0E1E2"},"$positive":{"mat":"#21BA45","ios":"#21BA45"},"$negative":{"mat":"#DB2828","ios":"#DB2828"},"$info":{"mat":"#31CCEC","ios":"#31CCEC"},"$warning":{"mat":"#F2C037","ios":"#F2C037"},"$light":{"mat":"#f4f4f4","ios":"#f4f4f4"},"$dark":{"mat":"#333","ios":"#333"},"$faded":{"mat":"#777","ios":"#777"},"$text-color":{"mat":"lighten(black, 17%)","ios":"lighten(black, 17%)"},"$background-color":{"mat":"white","ios":"white"},"$link-color":{"mat":"lighten($primary, 25%)","ios":"lighten($primary, 25%)"},"$link-color-active":{"mat":"$primary","ios":"$primary"},"$z-marginals":{"mat":"10","ios":"10"},"$z-fab":{"mat":"20","ios":"20"},"$z-drawer":{"mat":"30","ios":"30"},"$z-notifier":{"mat":"40","ios":"40"},"$z-tooltip":{"mat":"50","ios":"50"},"$z-dropdown":{"mat":"60","ios":"60"},"$z-body-dimmed":{"mat":"100","ios":"100"},"$z-absolute":{"mat":"200","ios":"200"},"$shadow-color":{"mat":"black","ios":"black"},"$shadow-transition":{"mat":"box-shadow .28s cubic-bezier(.4, 0, .2, 1)","ios":"box-shadow .28s cubic-bezier(.4, 0, .2, 1)"},"$form-darker-color":{"mat":"$grey-5","ios":"$grey-5"},"$form-lighter-color":{"mat":"$grey-3","ios":"$grey-3"},"$form-active-color":{"mat":"$primary","ios":"$primary"},"$form-border":{"mat":"3px solid $form-darker-color","ios":"3px solid $form-darker-color"},"$form-border-radius":{"mat":"$generic-border-radius","ios":"$generic-border-radius"},"$form-shadow":{"mat":"0 1px 3px 1px rgba(0, 0, 0, .4)","ios":"0 1px 3px 1px rgba(0, 0, 0, .4)"},"$input-padding-horizontal":{"mat":".5rem","ios":".5rem"},"$input-padding-vertical":{"mat":".7rem","ios":".7rem"},"$backdrop-opacity":{"mat":".3","ios":".3"},"$backdrop-background-color":{"mat":"rgba(0, 0, 0, $backdrop-opacity)","ios":"rgba(0, 0, 0, $backdrop-opacity)"},"$layout-small-gutter":{"mat":".5rem","ios":".5rem"},"$layout-medium-gutter":{"mat":"1rem","ios":"1rem"},"$layout-big-gutter":{"mat":"2.5rem","ios":"2.5rem"},"$layout-large-gutter":{"mat":"3.5rem","ios":"3.5rem"},"$layout-small":{"mat":"600px","ios":"600px"},"$layout-medium":{"mat":"920px","ios":"920px"},"$layout-big":{"mat":"1280px","ios":"1280px"},"$dimmed-background-color":{"mat":"rgba(0, 0, 0, .4)","ios":"rgba(0, 0, 0, .4)"},"$light-dimmed-background-color":{"mat":"rgba(255, 255, 255, .6)","ios":"rgba(255, 255, 255, .6)"},"$breadcrumb-radius":{"mat":"$generic-border-radius","ios":"$generic-border-radius"},"$breadcrumb-height":{"mat":"34px","ios":"34px"},"$breadcrumb-separator":{"mat":"15px","ios":"15px"},"$breadcrumb-primary":{"mat":"$primary","ios":"$primary"},"$breadcrumb-secondary":{"mat":"lighten($breadcrumb-primary, 10%)","ios":"lighten($breadcrumb-primary, 10%)"},"$breadcrumb-hover":{"mat":"$tertiary","ios":"$tertiary"},"$breadcrumb-active":{"mat":"darken($breadcrumb-hover, 15%)","ios":"darken($breadcrumb-hover, 15%)"},"$button-small-font-size":{"mat":".8rem","ios":".8rem"},"$button-small-icon-size":{"mat":"(1.5 * $button-small-font-size)","ios":"(1.5 * $button-small-font-size)"},"$button-small-padding":{"mat":"0 .8rem","ios":"0 .8rem"},"$button-small-min-height":{"mat":"2rem","ios":"2rem"},"$button-small-circular-size":{"mat":"37px","ios":"37px"},"$button-font-size":{"mat":".9rem","ios":".9rem"},"$button-icon-size":{"mat":"(1.5 * $button-font-size)","ios":"(1.5 * $button-font-size)"},"$button-padding":{"mat":"0 1rem","ios":"0 1rem"},"$button-min-height":{"mat":"2.4rem","ios":"2.4rem"},"$button-circular-size":{"mat":"56px","ios":"56px"},"$button-big-font-size":{"mat":"1rem","ios":"1rem"},"$button-big-icon-size":{"mat":"(1.3 * $button-big-font-size)","ios":"(1.3 * $button-big-font-size)"},"$button-big-padding":{"mat":"0 1.4rem","ios":"0 1.4rem"},"$button-big-min-height":{"mat":"3rem","ios":"3rem"},"$button-big-circular-size":{"mat":"72px","ios":"72px"},"$card-box-shadow":{"mat":"$shadow-1","ios":"$shadow-1"},"$card-border-radius":{"mat":"2px","ios":"2px"},"$card-padding-horizontal":{"mat":"16px","ios":"16px"},"$card-padding-vertical":{"mat":"13px","ios":"13px"},"$collapsible-border":{"mat":"1px solid $grey-3","ios":"1px solid $grey-3"},"$collapsible-header-background-color":{"mat":"white","ios":"white"},"$collapsible-content-background-color":{"mat":"white","ios":"white"},"$drawer-width":{"mat":"250px","ios":"250px"},"$drawer-font-size":{"mat":"1em","ios":"1em"},"$drawer-icon-font-size":{"mat":"1.8em","ios":"1.8em"},"$drawer-background-color":{"mat":"white","ios":"white"},"$dropdown-background-color":{"mat":"white","ios":"white"},"$dropdown-min-width":{"mat":"200px","ios":"200px"},"$dropdown-max-height":{"mat":"450px","ios":"450px"},"$dropdown-box-shadow":{"mat":"$shadow-2","ios":"$shadow-2"},"$icon-font-family":{"mat":"'Material Icons'","ios":"'Material Icons'"},"$icon-font-weight":{"mat":"normal","ios":"normal"},"$icon-font-style":{"mat":"normal","ios":"normal"},"$icon-text-transform":{"mat":"none","ios":"none"},"$icon-letter-spacing":{"mat":"normal","ios":"normal"},"$progress-bar-track-color":{"mat":"rgba(0, 0, 0, .15)","ios":"rgba(0, 0, 0, .15)"},"$progress-bar-track-desktop-height":{"mat":"15px","ios":"15px"},"$progress-bar-default-track-color":{"mat":"$primary","ios":"$primary"},"$progress-bar-border-radius":{"mat":"$generic-border-radius","ios":"$generic-border-radius"},"$progress-bar-margin":{"mat":".5rem 0 1rem 0","ios":".5rem 0 1rem 0"},"$pull-to-refresh-color":{"mat":"$primary","ios":"$primary"},"$pull-to-refresh-font-size":{"mat":"1rem","ios":"1rem"},"$pull-to-refresh-icon-size":{"mat":"2rem","ios":"2rem"},"$rating-grade-color":{"mat":"$grey-6","ios":"$grey-6"},"$rating-active-grade-color":{"mat":"$yellow","ios":"$yellow"},"$rating-shadow":{"mat":"$shadow-1","ios":"$shadow-1"},"$slider-min-height":{"mat":"200px","ios":"200px"},"$slider-padding":{"mat":"2.3rem","ios":"2.3rem"},"$slider-arrow-size":{"mat":"2rem","ios":"2rem"},"$slider-ovelay-color":{"mat":"rgba(0, 0, 0, .3)","ios":"rgba(0, 0, 0, .3)"},"$slider-opacity":{"mat":".6","ios":".6"},"$slider-opacity-active":{"mat":"1","ios":"1"},"$slider-button-size":{"mat":"1.5rem","ios":"1.5rem"},"$slider-dots-size":{"mat":".8rem","ios":".8rem"},"$table-border":{"mat":"1px solid #d0d0d0","ios":"1px solid #d0d0d0"},"$table-head-border":{"mat":"2px solid #d0d0d0","ios":"2px solid #d0d0d0"},"$table-highlight-color":{"mat":"#f2f2f2","ios":"#f2f2f2"},"$tooltip-color":{"mat":"#fff","ios":"#fff"},"$tooltip-background-color":{"mat":"#727272","ios":"#727272"},"$tooltip-width":{"mat":"160px","ios":"160px"},"$tooltip-padding":{"mat":".5rem .75rem","ios":".5rem .75rem"},"$tooltip-font-size":{"mat":".85rem","ios":".85rem"},"$tooltip-line-height":{"mat":"1.5","ios":"1.5"},"$tooltip-arrow-border-width":{"mat":"5px","ios":"5px"},"$tooltip-border-radius":{"mat":"$generic-border-radius","ios":"$generic-border-radius"},"$tree-connector-color":{"mat":"#ccc","ios":"#ccc"},"$tree-label-padding":{"mat":"5px","ios":"5px"},"$tree-label-border-radius":{"mat":"$generic-border-radius","ios":"$generic-border-radius"},"$tree-highlight-color":{"mat":"inherit","ios":"inherit"},"$tree-highlight-background-color":{"mat":"$tree-connector-color","ios":"$tree-connector-color"},"$generic-border-radius":{"mat":"2px","ios":"4px"},"$generic-input-size":{"mat":"25px","ios":"30px"},"$ios-primary":{"ios":"#f8f8f8"},"$generic-input-border-width":{"mat":"2px","ios":"2px"},"$ios-secondary":{"ios":"#8c8c8c"},"$ios-tertiary":{"ios":"#b2b2b2"},"$action-sheet-avatar-padding":{"mat":".6rem 1.2rem","ios":".6rem 1.1rem"},"$button-border-radius":{"mat":"$generic-border-radius","ios":"$generic-border-radius"},"$button-box-shadow":{"mat":"$shadow-2","ios":"none"},"$button-font-weight":{"mat":"500","ios":"normal"},"$action-sheet-background-color":{"ios":"$ios-primary"},"$button-text-transform":{"mat":"uppercase","ios":"none"},"$action-sheet-border-radius":{"ios":"13px"},"$button-margin":{"mat":".4rem .2rem","ios":".4rem .2rem"},"$action-sheet-max-width":{"ios":"95%"},"$action-sheet-margin-bottom":{"ios":".6rem"},"$chat-font-weight":{"mat":"300","ios":"300"},"$action-sheet-font-size":{"ios":"1.5rem"},"$chat-date-color":{"mat":"#a6a6a6","ios":"#a6a6a6"},"$chat-date-font-size":{"mat":".8rem","ios":".8rem"},"$chat-you-date-margin":{"mat":"-20px 10px 0 0","ios":"-20px 17px 0 0"},"$chat-other-date-margin":{"mat":"-20px 0 0 10px","ios":"-20px 0 0 17px"},"$chat-message-font-size":{"mat":"1rem","ios":"1rem"},"$chat-message-offset":{"mat":"90px","ios":"80px"},"$chat-message-you-color":{"mat":"#fff","ios":"#fff"},"$chat-message-other-color":{"mat":"#fff","ios":"#fff"},"$chat-message-you-background-color":{"mat":"$primary","ios":"$primary"},"$chat-message-other-background-color":{"mat":"$secondary","ios":"$secondary"},"$chat-message-pointer-size":{"mat":"1rem","ios":".6rem"},"$chat-message-pointer-top":{"mat":"0","ios":"10px"},"$chat-message-you-pointer-transform":{"mat":"translateX(50%) skew(125deg)","ios":"translateX(50%) rotate(45deg)"},"$chat-message-other-pointer-transform":{"mat":"translateX(-50%) skew(55deg)","ios":"translateX(-50%) rotate(45deg)"},"$chat-box-shadow":{"mat":"0 2px 6px rgba(0, 0, 0, .3)","ios":"none"},"$checkbox-size":{"mat":"$generic-input-size","ios":"$generic-input-size"},"$checkbox-border-radius":{"mat":"$generic-border-radius","ios":"50%"},"$checkbox-border-width":{"mat":"$generic-input-border-width","ios":"$generic-input-border-width"},"$checkbox-tick-thickness":{"mat":"2px","ios":"2px"},"$label-padding-vertical":{"mat":".3rem","ios":".3rem"},"$label-padding-horizontal":{"mat":".7rem","ios":".7rem"},"$label-border-radius":{"mat":"$generic-border-radius","ios":"$generic-border-radius"},"$label-before-transform":{"mat":"translateY(-50%) translateX(50%) rotate(-45deg)","ios":"translateY(-50%) translateX(60%) rotate(-45deg)"},"$list-inset-margin":{"mat":"16px 16px 16px 16px","ios":"16px 16px 2rem 16px"},"$list-divider-color":{"mat":"#d0d0d0","ios":"#d0d0d0"},"$list-stripe-color":{"mat":"#f2f2f2","ios":"#f2f2f2"},"$list-header-color":{"mat":"#858585","ios":"#858585"},"$ios-drawer-shadow-left":{"ios":"inset -4px 0 5px -2px rgba(0, 0, 0, .75)"},"$list-header-background-color":{"mat":"white","ios":"#dedede"},"$ios-drawer-padding-left":{"ios":"0 7px 0 0"},"$list-header-font-size":{"mat":"1rem","ios":".8rem"},"$list-header-text-transform":{"mat":"none","ios":"uppercase"},"$ios-drawer-shadow-right":{"ios":"inset 4px 0 5px -2px rgba(0, 0, 0, .75)"},"$list-margin":{"mat":".5rem 0 1rem 0","ios":".5rem 0 1rem 0"},"$ios-drawer-padding-right":{"ios":"0 0 0 7px"},"$item-font-size":{"mat":"1rem","ios":"1rem"},"$item-min-height":{"mat":"max(50px, 15px + $generic-input-size)","ios":"max(50px, 15px + $generic-input-size)"},"$item-description-color":{"mat":"#777","ios":"#777"},"$item-margin":{"mat":"($generic-input-size / 2)","ios":"($generic-input-size / 2)"},"$item-value-color":{"mat":"#c5c5c5","ios":"#c5c5c5"},"$item-active-color":{"mat":"opposite-non-color($primary)","ios":"opposite-non-color($primary)"},"$item-active-background-color":{"mat":"$primary","ios":"$primary"},"$media-avatar-box-shadow":{"mat":"$shadow-1","ios":"none"},"$modal-background-color":{"mat":"white","ios":"$ios-primary"},"$modal-border-radius":{"mat":"$generic-border-radius","ios":"13px"},"$modal-width":{"mat":"80vw","ios":"80vw"},"$modal-max-width":{"mat":"1000px","ios":"1000px"},"$modal-height":{"mat":"80vh","ios":"80vh"},"$modal-max-height":{"mat":"1000px","ios":"1000px"},"$modal-header-font-size":{"mat":"1.6rem","ios":"1.3rem"},"$modal-header-padding":{"mat":"24px 24px 20px 24px","ios":"20px 16px 7px"},"$modal-header-text-align":{"mat":"left","ios":"center"},"$modal-body-text-align":{"mat":"left","ios":"center"},"$modal-body-color":{"mat":"rgba(0, 0, 0, .5)","ios":"black"},"$modal-body-padding":{"mat":"0 24px 24px 24px","ios":"0 16px 21px"},"$modal-slim-body-padding":{"mat":"0 24px","ios":"0 16px 16px 16px"},"$modal-scroll-size":{"mat":"240px","ios":"240px"},"$modal-buttons-padding":{"mat":"8px 8px 8px 24px","ios":"0"},"$radio-size":{"mat":"$generic-input-size","ios":"$generic-input-size"},"$radio-border-width":{"mat":"$generic-input-border-width","ios":"$generic-input-border-width"},"$range-height":{"mat":"36px","ios":"36px"},"$range-transition":{"mat":"all .3s ease","ios":"all .3s ease"},"$range-color":{"mat":"$form-active-color","ios":"white"},"$range-active-color":{"mat":"$form-active-color","ios":"white"},"$range-track-color":{"mat":"$form-active-color","ios":"$form-darker-color"},"$radio-picker-size":{"ios":"12px"},"$range-active-track-color":{"mat":"$form-active-color","ios":"$form-active-color"},"$radio-tick-thickness":{"ios":"2px"},"$range-track-height":{"mat":"2px","ios":"2px"},"$range-thumb-size":{"mat":"14px","ios":"24px"},"$range-active-thumb-size":{"mat":"($range-thumb-size + 7px)","ios":"($range-thumb-size + 7px)"},"$range-thumb-box-shadow":{"mat":"none","ios":"0 1px 3px 1px rgba(0, 0, 0, .4)"},"$range-thumb-radius":{"mat":"50%","ios":"50%"},"$range-thumb-outline-size":{"mat":"16px"},"$screen-marginals-background-color":{"mat":"$primary","ios":"$ios-primary"},"$screen-marginals-color":{"mat":"white","ios":"black"},"$screen-marginals-font-size":{"mat":"1rem","ios":"1rem"},"$screen-marginals-font-weight":{"mat":"500","ios":"normal"},"$screen-marginals-icon-button-font-size":{"mat":"(1.5 * $screen-marginals-font-size)","ios":"(1.5 * $screen-marginals-font-size)"},"$screen-row-min-height":{"mat":"(3.5 * $screen-marginals-font-size)","ios":"(3.5 * $screen-marginals-font-size)"},"$tabs-order":{"mat":"-9","ios":"9"},"$tabs-padding":{"mat":"6px 10px","ios":"4px 20px 8px 20px"},"$tabs-color":{"mat":"alpha($screen-marginals-color, .7)","ios":"$ios-secondary"},"$tabs-active-color":{"mat":"$screen-marginals-color","ios":"$primary"},"$tabs-background-color":{"mat":"$screen-marginals-background-color","ios":"$screen-marginals-background-color"},"$tabs-highlight-color":{"mat":"strong-active-color($tabs-background-color)","ios":"strong-active-color($tabs-background-color)"},"$tabs-font-size":{"mat":"1rem","ios":"1rem"},"$tabs-icon-font-size":{"mat":"(1.5 * $screen-marginals-font-size)","ios":"(2.3 * $screen-marginals-font-size)"},"$tabs-font-weight":{"mat":"$screen-marginals-font-weight","ios":"$screen-marginals-font-weight"},"$tabs-label-margin":{"mat":"0 0 0 5px","ios":"3px 0 0 0"},"$tabs-label-font-size":{"mat":"$screen-marginals-font-siz","ios":"(.7 * $screen-marginals-font-size)"},"$mat-tabs-text-transform":{"mat":"uppercase"},"$mat-tabs-border-bottom":{"mat":"2px solid transparent"},"$mat-tabs-active-border-bottom":{"mat":"2px solid $tabs-active-color"},"$toggle-size":{"mat":"$generic-input-size","ios":"$generic-input-size"},"$toggle-width-factor":{"mat":"1.6","ios":"1.5"},"$ios-screen-content-border":{"ios":"1px solid $ios-tertiary"},"$typography-font-family":{"ios":"'-apple-system', 'Helvetica Neue', Helvetica, Arial, sans-serif","mat":"'Roboto'"},"$typography-font-size":{"ios":"1rem","mat":"1rem"},"$typography-p-margin":{"ios":".5rem 0 1rem 0","mat":".5rem 0 1rem 0"},"$typography-p-line-height":{"ios":"1.4rem","mat":"1.4rem"}}

0 commit comments

Comments
 (0)