mirror of https://github.com/abpframework/abp.git
9 changed files with 88 additions and 7 deletions
@ -0,0 +1,7 @@ |
|||
.blog-post-list .post-comments { |
|||
margin-left: 10px; |
|||
border-left: 5px solid #ddd; |
|||
padding-left: 10px; } |
|||
.blog-post-list .post-comments .post-comment { |
|||
margin-bottom: 0.2em; } |
|||
|
|||
@ -0,0 +1 @@ |
|||
.blog-post-list .post-comments{margin-left:10px;border-left:5px solid #ddd;padding-left:10px;}.blog-post-list .post-comments .post-comment{margin-bottom:.2em;} |
|||
@ -0,0 +1,11 @@ |
|||
.blog-post-list { |
|||
.post-comments { |
|||
margin-left: 10px; |
|||
border-left: 5px solid #ddd; |
|||
padding-left: 10px; |
|||
|
|||
.post-comment { |
|||
margin-bottom: 0.2em; |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
[ |
|||
{ |
|||
"outputFile": "Areas/Blog/Views/Posts/Index.css", |
|||
"inputFile": "Areas/Blog/Views/Posts/Index.scss" |
|||
} |
|||
] |
|||
@ -0,0 +1,49 @@ |
|||
{ |
|||
"compilers": { |
|||
"less": { |
|||
"autoPrefix": "", |
|||
"cssComb": "none", |
|||
"ieCompat": true, |
|||
"strictMath": false, |
|||
"strictUnits": false, |
|||
"relativeUrls": true, |
|||
"rootPath": "", |
|||
"sourceMapRoot": "", |
|||
"sourceMapBasePath": "", |
|||
"sourceMap": false |
|||
}, |
|||
"sass": { |
|||
"includePath": "", |
|||
"indentType": "space", |
|||
"indentWidth": 2, |
|||
"outputStyle": "nested", |
|||
"Precision": 5, |
|||
"relativeUrls": true, |
|||
"sourceMapRoot": "", |
|||
"sourceMap": false |
|||
}, |
|||
"stylus": { |
|||
"sourceMap": false |
|||
}, |
|||
"babel": { |
|||
"sourceMap": false |
|||
}, |
|||
"coffeescript": { |
|||
"bare": false, |
|||
"runtimeMode": "node", |
|||
"sourceMap": false |
|||
} |
|||
}, |
|||
"minifiers": { |
|||
"css": { |
|||
"enabled": true, |
|||
"termSemicolons": true, |
|||
"gzip": false |
|||
}, |
|||
"javascript": { |
|||
"enabled": true, |
|||
"termSemicolons": true, |
|||
"gzip": false |
|||
} |
|||
} |
|||
} |
|||
Binary file not shown.
Loading…
Reference in new issue