Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 385 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 385 Bytes

next-css

Updated version of the @zeit/next-css plugin for Next.js with up-to-date dependencies

Installation

npm add -D @pytal/next-css

Usage

Enter the follwing into next.config.js:

const withCSS = require('@pytal/next-css')

module.exports = withCSS({
  // config options
})