Skip to content

Commit

Permalink
Update simplemde theme base version
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu committed Jan 5, 2017
1 parent b188749 commit e043577
Show file tree
Hide file tree
Showing 21 changed files with 454 additions and 386 deletions.
14 changes: 14 additions & 0 deletions .stylelintrc.json
@@ -0,0 +1,14 @@
{
"extends": "stylelint-config-standard",
"ignoreFiles": [
"dist/**",
"docs/vendor/**",
"docs/css/**"
],
"rules": {
"at-rule-empty-line-before": null,
"declaration-block-properties-order": "alphabetical",
"max-empty-lines": 3,
"rule-nested-empty-line-before": null
}
}
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: node_js
node_js:
- 6
branches:
only:
- master
install:
- npm install
script:
- npm test
- npm build
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# [码字 md](http://mazimd.com)

[![Build Status](https://img.shields.io/travis/xcatliu/mazimd.svg?style=flat-square)](https://travis-ci.org/xcatliu/mazimd) [![npm package](https://img.shields.io/npm/v/mazimd.svg?style=flat-square)](https://www.npmjs.org/package/mazimd)

> 干净精致的 Markdown 编辑器。
## 介绍
Expand Down
76 changes: 29 additions & 47 deletions dist/mazimd-site.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mazimd-site.css.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/mazimd-site.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/mazimd-site.min.css.map

Large diffs are not rendered by default.

0 comments on commit e043577

Please sign in to comment.