1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

Compare commits

...

5 Commits

17 changed files with 9 additions and 10 deletions

View File

@ -4,8 +4,7 @@
"stylelint-config-standard-scss",
"stylelint-config-hudochenkov/order"
],
"plugins": ["stylelint-scss"]
,
"plugins": ["stylelint-scss"],
"rules": {
"alpha-value-notation": "number",
"at-rule-empty-line-before": null,

View File

@ -8,7 +8,7 @@
</p>
> A simple and customizable Markdown CSS for everyone.
> A simple and customizable markdown CSS stylesheet for everyone.
## Requirement

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "x-markdown-css",
"version": "0.0.0-20230302.3",
"version": "0.0.0-20230302.4",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@ -1,7 +1,7 @@
{
"name": "x-markdown-css",
"version": "0.0.0-20230302.3",
"description": "A simple and customizable Markdown CSS for everyone.",
"version": "0.0.0-20230302.4",
"description": "A simple and customizable markdown CSS stylesheet for everyone.",
"keywords": [
"markdown",
"css",

View File

@ -3,7 +3,7 @@ q {
margin-top: 1.65rem;
margin-bottom: 1.65rem;
padding-left: 1rem;
border-left: .25rem solid var(--xm-c-blockquote-border);
border-left: .25rem solid var(--xm-c-quote-border);
color: inherit;
font-weight: 500;
font-style: italic;

View File

@ -1,6 +1,6 @@
@use 'partial/container' as *;
@use 'partials/container' as *;
.prose {
@include container;
@import 'partial/all';
@import 'partials/all';
}

View File

@ -5,7 +5,7 @@ $code: #111827;
$ol-counter: #6b7280;
$ul-counter: #d1d5db;
$hr-border: hsla(0deg 0 50% / .3);
$blockquote-border: hsla(0deg 0 50% / .3);
$quote-border: hsla(0deg 0 50% / .3);
$figcaption: #6b7280;
$pre: #e5e7eb;
$thead: #111827;