@cherryport/tokens
Advanced tools
| .page { | ||
| padding: 24rpx; | ||
| } | ||
| .toolbar { | ||
| display: flex; | ||
| align-items: center; | ||
| justify-content: space-between; | ||
| margin-bottom: 20rpx; | ||
| } | ||
| .section-title { | ||
| font-size: 30rpx; | ||
| font-weight: 600; | ||
| } | ||
| .list { | ||
| display: flex; | ||
| flex-direction: column; | ||
| gap: 16rpx; | ||
| } | ||
| .row { | ||
| display: flex; | ||
| align-items: center; | ||
| justify-content: space-between; | ||
| } |
+3
-1
| { | ||
| "name": "@cherryport/tokens", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "repository": { | ||
@@ -18,2 +18,3 @@ "type": "git", | ||
| "tokens.scss", | ||
| "uni-layout.scss", | ||
| "uni-base.scss", | ||
@@ -25,2 +26,3 @@ "README.md" | ||
| "./tokens.scss": "./tokens.scss", | ||
| "./uni-layout.scss": "./uni-layout.scss", | ||
| "./uni-base.scss": "./uni-base.scss" | ||
@@ -27,0 +29,0 @@ }, |
+1
-0
| @import "@dcloudio/uni-ui/lib/uni-scss/variables.scss"; | ||
| @import "@cherryport/tokens/tokens.scss"; | ||
| @import "@cherryport/tokens/uni-layout.scss"; | ||
@@ -4,0 +5,0 @@ :root { |
5690
8.94%6
20%