mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
Compare commits
4 Commits
v0.0.0-202
...
v0.0.0-202
Author | SHA1 | Date | |
---|---|---|---|
677d0606c4
|
|||
42e4afa30b
|
|||
e85ce4af9f
|
|||
08d56cfa67
|
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.NPM_TOKEN }}
|
||||
# Step V
|
||||
- name: Generate changelog
|
||||
uses: hideoo/changelogithub-action@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Generate Changelog
|
||||
run: npx changelogithub@0.12
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
16
package.json
16
package.json
@ -1,7 +1,21 @@
|
||||
{
|
||||
"name": "x-markdown-css",
|
||||
"version": "0.0.0-20230228.3",
|
||||
"version": "0.0.0-20230228.5",
|
||||
"description": "A simple and customizable Markdown CSS for everyone.",
|
||||
"keywords": [
|
||||
"markdown",
|
||||
"css",
|
||||
"sass",
|
||||
"scss",
|
||||
"coffeescript",
|
||||
"grunt",
|
||||
"javascript",
|
||||
"postcss",
|
||||
"prose",
|
||||
"blog",
|
||||
"article",
|
||||
"documentation"
|
||||
],
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,2 +1,2 @@
|
||||
$font-sans: 'Open Sans', 'Noto Sans TC', 'Inter', 'Roboto', 'Helvetica', 'Arial', sans-serif;
|
||||
$font-monospace: 'DM Mono', 'Jetbrains Mono', 'Fira Code', 'Input Mono', 'Ubuntu', monospace;
|
||||
$font-sans: 'Open Sans', 'Noto Sans TC', 'Inter', 'Roboto', 'Helvetica', 'Arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
|
||||
$font-monospace: 'DM Mono', 'Fira Code', 'Jetbrains Mono', 'Input Mono', 'Ubuntu', monospace;
|
||||
|
Reference in New Issue
Block a user