mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-14 03:22:48 +00:00
Added files
This commit is contained in:
3
mongoui/mongoui-master/node_modules/derby/test/fixtures/styles/app/expected.less.css
generated
vendored
Normal file
3
mongoui/mongoui-master/node_modules/derby/test/fixtures/styles/app/expected.less.css
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
#less {
|
||||
color: #4d926f;
|
||||
}
|
||||
3
mongoui/mongoui-master/node_modules/derby/test/fixtures/styles/app/expected.styl.css
generated
vendored
Normal file
3
mongoui/mongoui-master/node_modules/derby/test/fixtures/styles/app/expected.styl.css
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
#styl {
|
||||
color: #4d926f;
|
||||
}
|
||||
5
mongoui/mongoui-master/node_modules/derby/test/fixtures/styles/app/index.less
generated
vendored
Normal file
5
mongoui/mongoui-master/node_modules/derby/test/fixtures/styles/app/index.less
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
@color: #4D926F;
|
||||
|
||||
#less {
|
||||
color: @color;
|
||||
}
|
||||
2
mongoui/mongoui-master/node_modules/derby/test/fixtures/styles/app/index.styl
generated
vendored
Normal file
2
mongoui/mongoui-master/node_modules/derby/test/fixtures/styles/app/index.styl
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
#styl
|
||||
color #4D926F
|
||||
Reference in New Issue
Block a user