🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@cherryport/tokens

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cherryport/tokens - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+27
uni-layout.scss
.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 @@ },

@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 {