Skip to content

Commit dd9eb93

Browse files
committed
Update theme
1 parent da1a10b commit dd9eb93

11 files changed

+12
-31
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,8 @@
44

55
The default theme for highlighter [Prism](http://prismjs.com)
66

7-
## Introduction
8-
9-
> Mobi.css is a themeable, pluginable, mobile-first css framework.
10-
11-
This is the prism plugin for [Mobi.css](http://getmobicss.com), you can use it within [Mobi.css](http://getmobicss.com) framework, or simply use the [standalone css library](https://github.com/mobi-css/mobi-plugin-prism/releases) without using Mobi.css framework.
12-
13-
You can also insert the CDN link to your `<head>` to try the standalone version:
7+
## unpkg
148

159
```html
1610
<link rel="stylesheet" href="https://unpkg.com/mobi-plugin-prism/dist/mobi-plugin-prism.min.css" />
1711
```
18-
19-
## Docs
20-
21-
Please checkout [here](https://mobi-css.github.io/mobi-plugin-prism/) for usage.
22-
23-
## Community
24-
25-
Like Mobi.css? Please join the community to discuss new features, open an issue or create pull requests!
26-
27-
- [GitHub organization](http://github.com/mobi-css)
28-
- [Follow us on twitter](https://twitter.com/mobi_css)
29-
- [Join gitter discuss](https://gitter.im/mobi-css)
30-
- [Read our blogs](https://medium.com/@mobi_css)

dist/mobi-plugin-prism.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! mobi-plugin-prism v0.1.0 https://mobi-css.github.io/mobi-plugin-prism/ */
1+
/*! mobi-plugin-prism v0.1.0 https://github.com/mobi-css/mobi-plugin-prism */
22
/**
33
* prism.js default theme for JavaScript, CSS and HTML
44
* Based on dabblet (http://dabblet.com)

dist/mobi-plugin-prism.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mobi-plugin-prism.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/mobi-plugin-prism.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! mobi-plugin-prism v0.1.0 https://mobi-css.github.io/mobi-plugin-prism/ */
1+
/*! mobi-plugin-prism v0.1.0 https://github.com/mobi-css/mobi-plugin-prism */
22
/**
33
* prism.js default theme for JavaScript, CSS and HTML
44
* Based on dabblet (http://dabblet.com)

docs/css/mobi-plugin-prism.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/mobi-plugin-prism.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"bugs": {
2727
"url": "https://github.com/mobi-css/mobi-plugin-prism/issues"
2828
},
29-
"homepage": "https://mobi-css.github.io/mobi-plugin-prism/",
29+
"homepage": "https://github.com/mobi-css/mobi-plugin-prism",
3030
"devDependencies": {
3131
"autoprefixer": "^6.4.0",
3232
"debounce": "^1.0.0",
@@ -48,6 +48,6 @@
4848
"stylelint-config-standard": "^16.0.0"
4949
},
5050
"dependencies": {
51-
"mobi-theme-base": "^0.2.6"
51+
"mobi-theme-base": "^1.0.0"
5252
}
5353
}

0 commit comments

Comments
 (0)