fix: typo

This commit is contained in:
唠科 2022-12-19 22:17:58 +08:00
parent 4041cc5e91
commit ff735953c4
3 changed files with 10 additions and 14 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- name: NPM Install and Test
run: |
npm install

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v1

View file

@ -110,19 +110,15 @@
// 非中文时不加间距
letter-spacing: $letter-spacing-medium;
@include non-cjk-block {
letter-spacing: $letter-spacing-normal;
letter-spacing: $letter-spacing-normal;
}
a,
abbr,
code,
heti-spacing,
a,
abbr,
code,
heti-spacing,
[lang="en-US"] {
/*
There should be no leeter-spacing between
English characters.
*/
letter-spacing: normal;
}
// There should be no leeter-spacing between English characters.
letter-spacing: normal;
}
}