summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2017-07-01 21:50:52 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2017-07-01 21:50:52 -0700
commit06851cf7b0d7c08ae580615b1a20b700ef4d18a6 (patch)
tree49c083439db5f95e1c08a882e5dc822a88f81a1c
parent63425ce64546bed4eea22dd763dd8f48c2f3c330 (diff)
Add .css.js file to test migration
Configuring webpack to load .css and .css.js files with postcss while using css-js-loader for migration
-rw-r--r--src/index.css.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.css.js b/src/index.css.js
new file mode 100644
index 0000000..23966b9
--- /dev/null
+++ b/src/index.css.js
@@ -0,0 +1,3 @@
+export const anotherOne = {
+ display: 'flex'
+}