Files
zulip-desktop/app/renderer/css/preload.css
ViPuL d99c29301e lint: Implement CSS linting with stylelint.
* 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.
2019-04-15 16:54:02 +05:30

9 lines
125 B
CSS

/* Override css rules */
.portico-wrap > .header {
display: none;
}
.portico-container > .footer {
display: none;
}