Newer
Older
import { Config } from "@stencil/core";
import { sass } from "@stencil/sass";
import { postcss } from "@stencil/postcss";
import autoprefixer from "autoprefixer";
import postcssimport from "postcss-import";
export const config: Config = {
}),
postcss({
plugins: [
postcssimport,
autoprefixer({
cascade: false
type: "dist",
copy: [{ src: "fonts", dest: "../fonts" }]
},
{
type: "docs-readme",