Update counts and cleanup SCSS
This commit is contained in:
parent
6027b82336
commit
c60581e055
12
README.md
12
README.md
@ -150,11 +150,11 @@ Because I like seeing the numbers.
|
||||
|
||||
Language | Files | Blank | Comment | Code
|
||||
-------------|--------:|---------:|--------:|---------:
|
||||
TypeScript | 54 | 590 | 24 | 2785
|
||||
TypeScript | 54 | 602 | 24 | 2827
|
||||
PHP | 18 | 559 | 19 | 1743
|
||||
HTML | 18 | 126 | 9 | 1149
|
||||
SASS | 13 | 209 | 11 | 953
|
||||
__SUM:__ | __103__ | __1484__ | __63__ | __6630__
|
||||
HTML | 18 | 126 | 9 | 1147
|
||||
SASS | 13 | 209 | 12 | 964
|
||||
__SUM:__ | __103__ | __1499__ | __64__ | __6681__
|
||||
|
||||
Command: `cloc --exclude-dir=vendor --exclude-ext=json src/`
|
||||
|
||||
@ -163,8 +163,8 @@ Command: `cloc --exclude-dir=vendor --exclude-ext=json src/`
|
||||
Language | Files | Blank | Comment | Code
|
||||
-------------|-------:|---------:|--------:|---------:
|
||||
PHP | 10 | 687 | 16 | 2008
|
||||
JavaScript | 32 | 399 | 38 | 1661
|
||||
__SUM:__ | __42__ | __1086__ | __54__ | __3669__
|
||||
JavaScript | 32 | 412 | 39 | 1698
|
||||
__SUM:__ | __42__ | __1099__ | __55__ | __3706__
|
||||
|
||||
Command: `cloc --exclude-ext=xml test/`
|
||||
|
||||
|
@ -44,12 +44,12 @@
|
||||
.icon-plus-squared-alt::before { content: '\f196'; }
|
||||
.icon-eyedropper::before { content: '\f1fb'; }
|
||||
|
||||
.icon-check:before {
|
||||
.icon-check::before {
|
||||
content: '\e812';
|
||||
margin-left: -6px;
|
||||
}
|
||||
|
||||
.icon-check-empty:before {
|
||||
.icon-check-empty::before {
|
||||
content: '\f096';
|
||||
margin-left: -8px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user