From 11508ec435514896d8998ccc8482c5a21effa070 Mon Sep 17 00:00:00 2001 From: Alexander Madyankin Date: Sat, 20 Feb 2016 22:48:59 +0300 Subject: [PATCH] Added link to implementation for the server side --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b58bd29..6b3b537 100644 --- a/README.md +++ b/README.md @@ -124,3 +124,7 @@ Webpack's [css-loader](https://github.com/webpack/css-loader) in module mode rep Extending adds the source class name(s) to the exports. Extending from other modules first imports the other module and then adds the class name(s) to the exports. + +### Server-side and static websites + +[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.