StylesheetFileDescription
[ Interface ]
export interface StylesheetFileDescription extends baseDependencyFileDescription {
type: 'Stylesheet';
}
Extends: baseDependencyFileDescription
Describes a CSS (Cascading Style Sheet) file.
Properties
Name | Type | Description |
---|---|---|
name | Name of the file dependency. | |
description [ optional ] | Description of the file dependency. | |
type | 'Stylesheet' | Identifies a file dependency of type stylesheet. |
Available from version 1.12 |