mirror of
https://github.com/pi-hole/web.git
synced 2026-05-23 09:08:45 +01:00
180dc5b44c
Signed-off-by: yubiuser <github@yubiuser.dev>
10 lines
121 B
JavaScript
10 lines
121 B
JavaScript
"use strict";
|
|
|
|
module.exports = (/* ctx */) => ({
|
|
plugins: {
|
|
autoprefixer: {
|
|
cascade: false,
|
|
},
|
|
},
|
|
});
|