aboutsummaryrefslogtreecommitdiffstats
path: root/test/dummy/.postcssrc.yml
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2018-09-17 17:48:32 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2018-09-17 17:48:32 -0700
commit03b18410071f4e8a9a2daff13e02881e5f1a1c12 (patch)
treeef5e34c57c10418487f72d72085b2599125f04cb /test/dummy/.postcssrc.yml
parent12deb313e02680bbd1c07ada79a890d6734d1bf3 (diff)
downloadrails-03b18410071f4e8a9a2daff13e02881e5f1a1c12.tar.gz
rails-03b18410071f4e8a9a2daff13e02881e5f1a1c12.tar.bz2
rails-03b18410071f4e8a9a2daff13e02881e5f1a1c12.zip
Add dummy app for testing
Diffstat (limited to 'test/dummy/.postcssrc.yml')
-rw-r--r--test/dummy/.postcssrc.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dummy/.postcssrc.yml b/test/dummy/.postcssrc.yml
new file mode 100644
index 0000000000..150dac3c6c
--- /dev/null
+++ b/test/dummy/.postcssrc.yml
@@ -0,0 +1,3 @@
+plugins:
+ postcss-import: {}
+ postcss-cssnext: {}