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

Compare commits

...

4 Commits

5 changed files with 5 additions and 8 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "x-markdown-css",
"version": "0.0.0-20230228.15",
"version": "0.0.0-20230229.1",
"description": "A simple and customizable Markdown CSS for everyone.",
"keywords": [
"markdown",

View File

@ -1,5 +1,4 @@
.markdown-body,
.prose {
%container {
max-width: fit-content;
font-size: 1rem;
color: var(--xm-c-general);

View File

@ -1,7 +1,4 @@
img {
margin-top: 2rem;
margin-bottom: 2rem;
}
img,
video {
margin-top: 2rem;
margin-bottom: 2rem;

View File

@ -2,6 +2,7 @@
.markdown-body,
.prose {
@extend %container;
@import '_partial/title';
@import '_partial/text';
@import '_partial/link';