/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
//! Specified types for CSS values related to flexbox.
usecrate::parser::{Parse, ParserContext}; usecrate::values::generics::flex::FlexBasis as GenericFlexBasis; usecrate::values::specified::Size; use cssparser::Parser; use style_traits::ParseError;
/// A specified value for the `flex-basis` property. pubtype FlexBasis = GenericFlexBasis<Size>;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.