mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-18 22:05:32 +00:00
Run prettier
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const withStylus = require('@zeit/next-stylus');
|
||||
const withLess = require('@zeit/next-less');
|
||||
const withFonts = require('next-fonts');
|
||||
const withStylus = require("@zeit/next-stylus");
|
||||
const withLess = require("@zeit/next-less");
|
||||
const withFonts = require("next-fonts");
|
||||
module.exports = withFonts(withLess(withStylus()));
|
||||
|
||||
Reference in New Issue
Block a user