From 95334628a8d1c9577f9a6edfb991d3c0a4c2605c Mon Sep 17 00:00:00 2001 From: chirag-jn <31701616+chirag-jn@users.noreply.github.com> Date: Wed, 25 Oct 2017 09:17:11 +0530 Subject: [PATCH] Update mixins.json --- exported-examples/mixins.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/exported-examples/mixins.json b/exported-examples/mixins.json index f767e26..3a3cf67 100644 --- a/exported-examples/mixins.json +++ b/exported-examples/mixins.json @@ -1,22 +1,22 @@ { "globals": [ { - "variable": "$bp-mobile", + "name": "$bp-mobile", "value": "320px", "compiledValue": "320px" }, { - "variable": "$bp-tablet", + "name": "$bp-tablet", "value": "600px", "compiledValue": "600px" }, { - "variable": "$bp-desktop", + "name": "$bp-desktop", "value": "1000px", "compiledValue": "1000px" }, { - "variable": "$bp-large-desktop", + "name": "$bp-large-desktop", "value": "1440px", "compiledValue": "1440px" } @@ -53,4 +53,4 @@ ] } ] -} \ No newline at end of file +}