mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 19:21:18 -04:00
thought of a MUCH more logical way to pass in additional CSS transitions
This commit is contained in:
@@ -11,7 +11,6 @@ import TerserPlugin from "terser-webpack-plugin";
|
||||
import autoprefixer from "autoprefixer";
|
||||
import postcssSvgo from "postcss-svgo";
|
||||
import postcssFocus from "postcss-focus";
|
||||
import postcssColorRgbaFallback from "postcss-color-rgba-fallback";
|
||||
import postcssNormalizeCharset from "postcss-normalize-charset";
|
||||
|
||||
// https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#what-do-i-use-instead-of-__dirname-and-__filename
|
||||
@@ -134,9 +133,6 @@ export default {
|
||||
postcssSvgo({
|
||||
encode: true,
|
||||
}),
|
||||
postcssColorRgbaFallback({
|
||||
properties: ["background-image"],
|
||||
}),
|
||||
postcssFocus(),
|
||||
postcssNormalizeCharset(),
|
||||
],
|
||||
|
Reference in New Issue
Block a user