Working Skelleton
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"{$}/import.less": {
|
||||
"imports": [
|
||||
{
|
||||
"path": "{$}/import-header.less",
|
||||
"mtime": null
|
||||
},
|
||||
{
|
||||
"path": "{$}/import-widget.less",
|
||||
"mtime": null
|
||||
},
|
||||
{
|
||||
"path": "{$}/import-color.less",
|
||||
"mtime": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"{$}/import.less": {
|
||||
"imports": [
|
||||
{
|
||||
"path": "{$}/import-color.less",
|
||||
"mtime": null
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Generated
Vendored
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
@externalColor: #f03;
|
||||
Generated
Vendored
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
@paddingBox: 20px;
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
@titleColor: #f00;
|
||||
@linkColor: #00f;
|
||||
+1
@@ -0,0 +1 @@
|
||||
#header{color:#f00}.widget{color:#f00;background:#00f}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#header {
|
||||
color: #ff0000;
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
@import "import-color";
|
||||
|
||||
#header {
|
||||
color: @titleColor;
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
.widget {
|
||||
color: #ff0000;
|
||||
background: #0000ff;
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
@import "import-color";
|
||||
|
||||
.widget {
|
||||
color: @titleColor;
|
||||
background: @linkColor;
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
#header {
|
||||
color: #ff0000;
|
||||
}
|
||||
.widget {
|
||||
color: #ff0000;
|
||||
background: #0000ff;
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
@import "import-header";
|
||||
@import "import-widget";
|
||||
+1
@@ -0,0 +1 @@
|
||||
a{color:#00f}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
a {
|
||||
color: #0000ff;
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
@import "import-color";
|
||||
|
||||
a {
|
||||
color: @linkColor;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
body{color:#d3d3d3}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
color: #d3d3d3;
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
@color1: #d3d3d3;
|
||||
|
||||
body {
|
||||
color: @color1;
|
||||
}
|
||||
Generated
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
/* Prepended Comment */
|
||||
.widget{color:#f00}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.widget {
|
||||
color: #f00;
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.widget {
|
||||
color: #f00;
|
||||
}
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
h1 .widget{color:#00f}
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
.widget{color:#00f}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.widget {
|
||||
color: #00f;
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.widget {
|
||||
color: #00f;
|
||||
}
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
.widget{color:#f03;padding:20px}
|
||||
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
@import "externalvariables.less";
|
||||
@import "ui.less";
|
||||
.widget {
|
||||
color: @externalColor;
|
||||
padding: @paddingBox;
|
||||
}
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
.widget{color:#0f0}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.widget {
|
||||
color: #0f0;
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.widget {
|
||||
color: #0f0;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
body{color:#d3d3d3}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["simple.less"],"names":[],"mappings":"AAEA,KACI"}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
color: #d3d3d3;
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
@color1: #d3d3d3;
|
||||
|
||||
body {
|
||||
color: @color1;
|
||||
}
|
||||
Reference in New Issue
Block a user