Skip to content

CssSelector

CssSelector = string | SelectorsPerFiles

Defined in: types.ts:387

CSS selectors in following formats:

  1. String - a selector that will be applied to all files.
  2. Object (SelectorsPerFiles) - selectors applied only to the specified files.