Bug 34119: (Preliminary) Run stylelint fixes on print.css
authorOwen Leonard <oleonard@myacpl.org>
Tue, 10 Oct 2023 14:24:22 +0000 (14:24 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 18 Oct 2023 13:26:01 +0000 (10:26 -0300)
commite8f6a3bfee47d90ad3db7f3a934e3f6af5c17032
tree9364fb4a7bca874cb7b9c629a4c912aecf33cde5
parentfa1485639b6727061572c310731f9b5a3f79adcd
Bug 34119: (Preliminary) Run stylelint fixes on print.css

This patch corrects errors raised by the new stylelint configuration in
print.css. Most of the fixes were made automatically by using the
"--fix" option:

npx stylelint koha-tmpl/intranet-tmpl/prog/css/print.css --fix

Some examples of errors fixed automatically:

- Expected indentation of 4 spaces
- Unexpected whitespace before ":"
- Unexpected unit
- Expected single space before "{"
- Expected newline after ";" in a multi-line declaration block

Errors from use of "!important" have been ignored.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/print.css