UNPKG

node-sass-selector-importer

Version:

Custom importer for node-sass to import only certain CSS selectors instead of the whole file

6 lines (5 loc) 126 B
declare const _default: (url: string, prev: string) => { file: string; contents: string; } | null; export = _default;