KC's Workspace
    Preparing search index...

    Interface StartingStyleRule<D, M>

    interface StartingStyleRule<D = Declaration, M = MediaQuery> {
        loc: Location2;
        rules: Rule<D, M>[];
    }

    Type Parameters

    Index

    Properties

    Properties

    The location of the rule in the source file.

    rules: Rule<D, M>[]

    Nested rules within the @starting-style rule.