Fix variables component

This commit is contained in:
Jeremy Thomas
2018-06-19 13:33:54 +01:00
parent dd59374591
commit f9f0b19e46
20 changed files with 97 additions and 136 deletions

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "base/_all.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "base/helpers.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "base/minireset.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "components/_all.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "components/level.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "components/media.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "elements/_all.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "elements/container.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "elements/other.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "grid/_all.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "grid/tiles.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "layout/_all.sass"
}

View File

@@ -1,5 +0,0 @@
{
"by_name": {},
"list": [],
"file_path": "layout/hero.sass"
}

View File

@@ -0,0 +1,41 @@
{
"by_name": {
"$control-radius": {
"name": "$control-radius",
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
},
"$control-radius-small": {
"name": "$control-radius-small",
"value": "$radius-small",
"type": "variable",
"computed_type": "size",
"computed_value": "2px"
},
"$control-border-width": {
"name": "$control-border-width",
"value": "1px",
"type": "size"
},
"$control-padding-vertical": {
"name": "$control-padding-vertical",
"value": "calc(0.375em - #{$control-border-width})",
"type": "size"
},
"$control-padding-horizontal": {
"name": "$control-padding-horizontal",
"value": "calc(0.625em - #{$control-border-width})",
"type": "size"
}
},
"list": [
"$control-radius",
"$control-radius-small",
"$control-border-width",
"$control-padding-vertical",
"$control-padding-horizontal"
],
"file_path": "utilities/controls.sass"
}