Skip to content

Commit

Permalink
Change unit to 20px
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Zhang committed Jul 24, 2018
1 parent 866d260 commit 0917bad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/dist/sri.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"@js": {
"hashes": {
"sha384": "gFjl4KJ6nTbZyWzIsk1dp0sq4Fu8nlqJ26cf1nsaLzpCSFV0BHruWIt7hL+K0BXG"
"sha384": "eEDLapBceMff+tbG2aTO4uiciU7EIRVjoZbOm2mgSExONxD7gb+WyBPZr9F+9bPr"
},
"integrity": "sha384-gFjl4KJ6nTbZyWzIsk1dp0sq4Fu8nlqJ26cf1nsaLzpCSFV0BHruWIt7hL+K0BXG",
"integrity": "sha384-eEDLapBceMff+tbG2aTO4uiciU7EIRVjoZbOm2mgSExONxD7gb+WyBPZr9F+9bPr",
"path": "public/ts-10.0.25.min.js"
},
"@css": {
"hashes": {
"sha384": "KKx07K23TiRUaPJuwJdILWvGU2Tl7pKapF7CbX9E9ySLfA+QZrJFcm9GiuQ+MaZy"
"sha384": "rutviV6qS3Sr9lStttBnfqyW9beeFpn2Xu995Ncgto5XUkNW6n0eTRqVQ4Vqlkx3"
},
"integrity": "sha384-KKx07K23TiRUaPJuwJdILWvGU2Tl7pKapF7CbX9E9ySLfA+QZrJFcm9GiuQ+MaZy",
"integrity": "sha384-rutviV6qS3Sr9lStttBnfqyW9beeFpn2Xu995Ncgto5XUkNW6n0eTRqVQ4Vqlkx3",
"path": "public/ts-10.0.25.min.css"
}
}
2 changes: 1 addition & 1 deletion src/runtime/less/ts-variables.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Units .......................................................................

@ts-unit: 22px;
@ts-unit: 20px;
@ts-unit-half: (@ts-unit / 2);
@ts-unit-plus: (@ts-unit * 1.5);
@ts-unit-quarter: (@ts-unit / 4);
Expand Down

0 comments on commit 0917bad

Please sign in to comment.