blob: fb6a8fe1cabf03fa6cd17f5cd7224361b73808c5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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 file only exists to support add-ons which import this style sheet at a
* specific path.
*/
@import url("chrome://devtools/skin/common.css");
|