rsnext/examples/with-linaria/next.config.js
Turadg Aleahmad 4e5a359ae5
update with-linaria example (#23332)
## Documentation / Examples

* removes deprecated `@zeit/next-css`.
* adds https://github.com/Mistereo/next-linaria to work with the new built-in CSS functionality.
* updates Linaria to latest release (v3 will require https://github.com/Mistereo/next-linaria/pull/3 ) 
* adds an example of using Linaria without React
* gitignores `.linaria-cache`
2021-03-26 18:02:55 +00:00

3 lines
78 B
JavaScript

const withLinaria = require('next-linaria')
module.exports = withLinaria({})