Skip to content

Commit

Permalink
Naming zindexes variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ReiiYuki committed Nov 7, 2018
1 parent 9f52264 commit 25affc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mixins/z-index/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export default {
const zIndexes = {
nav: 100,
}

export default zIndexes

0 comments on commit 25affc8

Please sign in to comment.