Skip to content

Commit 1a5611f

Browse files
committed
Use back the markdown image tag as elm-package docs do not support html
1 parent f9b407a commit 1a5611f

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ view =
3232
```
3333

3434
[Browse all colors ➝](https://cedricsoulas.com/elm/css/systems#colors)
35-
36-
<img width="875px" src="https://github.com/cedricss/elm-css-systems/raw/master/img/colors.png" alt="color system" />
35+
![Color system](https://github.com/cedricss/elm-css-systems/raw/master/img/colors.png)
3736

3837
## Spacing and sizing systems
3938

@@ -52,8 +51,7 @@ view =
5251
```
5352

5453
[Browse spacing ➝](https://cedricsoulas.com/elm/css/systems#spacing)
55-
56-
<img width="875px" src="https://github.com/cedricss/elm-css-systems/raw/master/img/spacing.png" alt="spacing system" />
54+
![Spacing systems](https://github.com/cedricss/elm-css-systems/raw/master/img/spacing.png)
5755

5856
- [Learn more about `fluid`](https://package.elm-lang.org/packages/cedricss/elm-css-systems/latest/Css-Systems-Spacing#fluid)
5957

elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "cedricss/elm-css-systems",
44
"summary": "Design systems based on elm-css, inspired by Tailwind.",
55
"license": "MIT",
6-
"version": "2.0.1",
6+
"version": "2.0.2",
77
"exposed-modules": [
88
"Css.Systems.Colors",
99
"Css.Systems.Spacing",

img/colors.png

-44 KB
Loading

img/spacing.png

-12.1 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elm-css-systems",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Design systems based on elm-css, inspired by Tailwind.",
55
"homepage": "https://cedricsoulas.com/elm/css/systems",
66
"author": "Cédric Soulas",

0 commit comments

Comments
 (0)