Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/postcss/index.js')
-rw-r--r--examples/postcss/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/postcss/index.js b/examples/postcss/index.js
index f005f6a..b5c9bbe 100644
--- a/examples/postcss/index.js
+++ b/examples/postcss/index.js
@@ -3,7 +3,7 @@
const fs = require('fs');
const path = require('path');
const postcss = require('postcss');
-const rfs = require('../../postcss');
+const rfs = require('../../postcss.js');
const css = fs.readFileSync(path.join(__dirname, '/src/main.css'), 'utf8');
const options = {