diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-07-01 21:50:52 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-07-01 21:50:52 -0700 |
commit | 06851cf7b0d7c08ae580615b1a20b700ef4d18a6 (patch) | |
tree | 49c083439db5f95e1c08a882e5dc822a88f81a1c /src/index.css.js | |
parent | 63425ce64546bed4eea22dd763dd8f48c2f3c330 (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
Diffstat (limited to 'src/index.css.js')
-rw-r--r-- | src/index.css.js | 3 |
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' +} |