You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* This Source Code Form is subject to the terms of the Mozilla Public
2
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
+
5
+
//! Computed types for legacy Gecko-only properties.
6
+
7
+
use values::computed::length::LengthOrPercentage;
8
+
use values::generics::gecko::ScrollSnapPointasGenericScrollSnapPoint;
/* This Source Code Form is subject to the terms of the Mozilla Public
2
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* This Source Code Form is subject to the terms of the Mozilla Public
2
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
+
5
+
//! Generic types for legacy Gecko-only properties that should probably be
/* This Source Code Form is subject to the terms of the Mozilla Public
2
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
+
5
+
//! Specified types for legacy Gecko-only properties.
6
+
7
+
use cssparser::Parser;
8
+
use parser::{Parse,ParserContext};
9
+
use values::generics::gecko::ScrollSnapPointasGenericScrollSnapPoint;
10
+
use values::specified::length::LengthOrPercentage;
0 commit comments