UNPKG

@nuxtjs/style-resources

Version:

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Codecov][codecov-src]][codecov-href] [![License][license-src]][license-href]

16 lines (13 loc) 277 B
import '@nuxt/types' interface Options { sass?: string[] | string scss?: string[] | string less?: string[] | string stylus?: string[] | string hoistUseStatements?: boolean } declare module '@nuxt/types' { interface NuxtConfig { styleResources?: Options } }