File tree 3 files changed +9
-23
lines changed
3 files changed +9
-23
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ Write maintainable CSS styleguides efficiently using a Markdown.
12
12
styledown --help
13
13
```
14
14
15
- [ ![ npm version] ( http://img.shields.io/npm/v/styledown.svg?style=flat )] ( https://npmjs.org/package/styledown " View this project on npm ")
16
-
17
- [ example ] : http://cdn.rawgit.com/styledown/styledown/v1.0.2/examples/bootstrap/index.html
18
-
19
15
## How it works
20
16
21
17
Styledown is made to work in most web development setups. It doesn't favor any framework or language or any preprocessor.
69
65
70
66
.your-component-here {
71
67
display : block ;
72
- ...
68
+ /* ...*/
73
69
}
74
70
```
75
71
@@ -86,8 +82,12 @@ lets you define what will be in the output head/body.
86
82
### Head
87
83
88
84
link(rel="stylesheet" href="/assets/application.css")
89
- link(rel='stylesheet' href='https://cdn.rawgit.com/styledown/styledown/v1.0.2/data/styledown.css')
90
- script(src='https://cdn.rawgit.com/styledown/styledown/v1.0.2/data/styledown.js')
85
+ <style>
86
+ /* styledown css */
87
+ </style>
88
+ <script>
89
+ /* styledown js */
90
+ </script>
91
91
92
92
### Body
93
93
@@ -135,17 +135,3 @@ __Markdown mode:__ Takes Markdown files.
135
135
## Markup format
136
136
137
137
Read more: ** [ Markup format ▸] ( docs/Format.md ) **
138
-
139
- ## :copyright :
140
-
141
- ** Styledown** © 2013+, Rico Sta. Cruz. Released under the [ MIT License] .<br >
142
- Authored and maintained by Rico Sta. Cruz with help from [ contributors] .
143
-
144
- > [ ricostacruz.com] ( http://ricostacruz.com )   ;· ;  ;
145
- > GitHub [ @rstacruz ] ( https://github.com/rstacruz )   ;· ;  ;
146
- > Twitter [ @rstacruz ] ( https://twitter.com/rstacruz )
147
-
148
- [ MIT License ] : http://mit-license.org/
149
- [ contributors ] : http://github.com/styledown/styledown/contributors
150
- [ highlight.js ] : http://highlightjs.org/
151
- [ Jade ] : http://jade-lang.com/
Original file line number Diff line number Diff line change 6
6
" css" ,
7
7
" styleguide"
8
8
],
9
- "version" : " 1.1 .0" ,
9
+ "version" : " 2.0 .0" ,
10
10
"repository" : {
11
11
"type" : " git" ,
12
12
"url" : " https://github.com/peopledoc/styledown.git"
You can’t perform that action at this time.
0 commit comments