Skip to content

Commit b9d1a6b

Browse files
committed
Merge pull request #117 from outpunk/patch-1
Added link to implementation for the server side
2 parents 20624ee + 14d99a7 commit b9d1a6b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ i. e. with less.js
9898
## Examples
9999

100100
* [css-modules/webpack-demo](https://github.com/css-modules/webpack-demo)
101+
* [outpunk/postcss-modules-example](https://github.com/outpunk/postcss-modules-example)
101102
* [Theming](examples/theming.md)
102103

103104

@@ -124,3 +125,7 @@ Webpack's [css-loader](https://github.com/webpack/css-loader) in module mode rep
124125
Extending adds the source class name(s) to the exports.
125126

126127
Extending from other modules first imports the other module and then adds the class name(s) to the exports.
128+
129+
### Server-side and static websites
130+
131+
[PostCSS-Modules](https://github.com/outpunk/postcss-modules) allows to use CSS Modules for static builds and the server side with Ruby, PHP or any other language or framework.

0 commit comments

Comments
 (0)