diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-05-13 01:06:58 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-05-13 01:06:58 -0700 |
commit | c0eb199b83fa5a7c9b9e3155ebbb0e38cb23edff (patch) | |
tree | 9b5ed1d8e099097ee0f7294eb6ba341447023582 /src | |
parent | 957fbd5de135dd610a45897d7123b42e90da17ed (diff) |
Demo postcss autoprefixer with flex
Diffstat (limited to 'src')
-rw-r--r-- | src/index.css.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/index.css.js b/src/index.css.js index 948fbcd..a639934 100644 --- a/src/index.css.js +++ b/src/index.css.js @@ -1 +1,4 @@ -export const app = { fontSize: '40px' } +export const app = { + fontSize: '40px', + display: 'flex' +} |