1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-09 20:05:22 +02:00

Add less linter via npx (#6936)

This commit is contained in:
Xaver Maierhofer 2019-05-14 02:54:23 +02:00 committed by Lunny Xiao
parent c0fc6cd9a8
commit 3957b40021
20 changed files with 2165 additions and 437 deletions

View file

@ -41,7 +41,7 @@
.attached {
&.tab {
border: none;
border: 0;
padding: 0;
margin: 0;
@ -52,7 +52,7 @@
}
&.header {
padding: .1rem 1rem;
padding: 0.1rem 1rem;
}
}
@ -81,7 +81,7 @@
display: inline-block;
margin: 5px 0;
font-size: 12px;
color: rgba(0, 0, 0, .6)
color: rgba(0, 0, 0, 0.6);
}
.ui.right.floated {
@ -106,5 +106,5 @@
.file-comment {
font: 12px @monospaced-fonts, monospace;
color: rgba(0, 0, 0, .87);
color: rgba(0, 0, 0, 0.87);
}