KC's Workspace
    Preparing search index...
    interface FontFeatureValuesRule {
        loc: Location2;
        name: string[];
        rules: { [k: string]: FontFeatureSubrule };
    }
    Index

    Properties

    Properties

    The location of the rule in the source file.

    name: string[]

    The name of the font feature values.

    rules: { [k: string]: FontFeatureSubrule }

    The rules within the @font-feature-values rule.