Skip to content

Commit 2d98a82

Browse files
committed
move CDI from doc to mod category
1 parent 11cec6f commit 2d98a82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_posts/2015-06-26-cdi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: "CDI"
44
category: mod
55
date: 2015-06-26 20:07:29
6-
order: 11
6+
order: 17
77
---
88

99
Pippo can be used together with [CDI](http://www.cdi-spec.org/), using [Weld](http://weld.cdi-spec.org) as the implementation mechanism.

_posts/2015-06-26-css-preprocessors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: page
33
title: "CSS pre-processors"
4-
category: doc
4+
category: mod
55
date: 2015-06-26 21:31:52
6-
order: 45
6+
order: 18
77
---
88

99
Both Less and Sass are CSS pre-processors, meaning that both extends the CSS language, adding features that allow variables, mixins, functions,
@@ -50,4 +50,4 @@ addResourceRoute(new SassResourceHandler("/sasscss", "public/sass"));
5050
```
5151
where `/sasscss` will be the context path that for the sass folder files.
5252

53-
Mixin both sass and less in your project is possible as you can see in the [demo](https://github.com/decebals/pippo/tree/master/pippo-demo/pippo-demo-css).
53+
Mixin both sass and less in your project is possible as you can see in the [demo](https://github.com/decebals/pippo/tree/master/pippo-demo/pippo-demo-css).

0 commit comments

Comments
 (0)