Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redgoose-dev/markdown-style
content body style on redgoose service
https://github.com/redgoose-dev/markdown-style
content-style markdown markdown-content stylesheet
Last synced: about 1 month ago
JSON representation
content body style on redgoose service
- Host: GitHub
- URL: https://github.com/redgoose-dev/markdown-style
- Owner: redgoose-dev
- License: mit
- Created: 2020-01-11T01:35:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T01:37:25.000Z (over 1 year ago)
- Last Synced: 2024-03-02T10:20:19.695Z (9 months ago)
- Topics: content-style, markdown, markdown-content, stylesheet
- Language: SCSS
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @redgoose/markdown-style
redgoose 서비스에서 공통으로 사용하기 위한 글 본문 스타일입니다.
메인 파일은 `./src/body.scss`이고, css로 빌드된 파일은 `./dist/body.css`입니다.## Installation
```
// npm
npm install https://github.com/redgoose-dev/markdown-style.git// yarn
yarn add https://github.com/redgoose-dev/markdown-style.git
```## Apply in service
### scss
scss 파일 안에서는 다음과 같이 소스를 붙일 수 있습니다.
```
// src/body.scss
@import '@redgoose/markdown-style';// dist/body.scss
@import '@redgoose/markdown-style/dist/body.scss';
```### css
javascript 프로젝트 내부에서 다음과 같이 css 파일을 불러옵니다.
```
import '@redgoose/markdown-style/dist/body.css';
```## development
개발을 위한 로컬서버를 띄웁니다.
```
yarn run watch
````./src/body.scss` 파일을 `./dist/body.css` 파일로 빌드합니다.
```
yarn run build
```## markdown guide
마크다운 문서 작성에 필요한 가이드 링크
https://github.com/redgoose-dev/markdown-style/tree/main/guide