Added CSS to test the LESS

This commit is contained in:
Rob Huzzey
2017-10-20 10:40:59 +03:00
parent 7be05d7a4d
commit 044aa24c4f
2 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
.three {
color: green;
}
.two {
color: blue;
}
.one {
color: red;
}

View File

@@ -1,3 +1,3 @@
@import 'import-module/one/two/three/3.less';
@import 'import-module/one/two/2.less';
@import 'import-module/one/1.less';
@import "import-module/one/two/three/3.less";
@import "import-module/one/two/2";
@import "import-module/one/1.less";