mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-01 20:43:33 +00:00
* lint: Implement CSS linting with stylelint. * lint: Format CSS files according to lintconfig. Adds CSS linting following the rules of zulip webapp. Some rules have been ommitted because they required significant changes in code. Also, creates a separate .stylelintrc for storing css config. Fixes CSS part of #676.
9 lines
125 B
CSS
9 lines
125 B
CSS
/* Override css rules */
|
|
|
|
.portico-wrap > .header {
|
|
display: none;
|
|
}
|
|
|
|
.portico-container > .footer {
|
|
display: none;
|
|
} |