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/gulpfile.js')
-rw-r--r--examples/postcss/gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/postcss/gulpfile.js b/examples/postcss/gulpfile.js
index 62bbc88..cd58c3e 100644
--- a/examples/postcss/gulpfile.js
+++ b/examples/postcss/gulpfile.js
@@ -2,7 +2,7 @@
const gulp = require('gulp');
const postcss = require('gulp-postcss');
-const rfs = require('../../postcss');
+const rfs = require('../../postcss.js');
const options = {
twoDimensional: false,