mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 11:48:19 +02:00
Fix a bug where VS Code's eslint integration does not work for the newtab project because of a conflict caused by sass-lint's eslint dependency. Switching over to stylelint eliminates that dependency and generally modernizes our SCSS linting. stylelint doesn't have a 1 to 1 replacement for every sass-lint rule, so a few rules have been changed. Differential Revision: https://phabricator.services.mozilla.com/D173605
11 lines
373 B
SCSS
11 lines
373 B
SCSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
/* This is the linux variant */
|
|
|
|
$os-infopanel-arrow-height: 10px;
|
|
$os-infopanel-arrow-offset-end: 6px;
|
|
$os-infopanel-arrow-width: 20px;
|
|
|
|
@import './activity-stream';
|