Skip to content

Unable to document @font-face #509

Open
@Snugug

Description

@Snugug

I'm distributing font declerations and I'd like them documented. I would like to see SassDoc document the following:

/// Basic Font Family
@font-face {
  font-family: 'My Font';
  src: ulr('font/path.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

Instead of pulling it out and documenting it like everything else, it simply is ignored entirely.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions