diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-24 03:20:47 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-24 03:20:47 +0000 |
commit | f24f2d15275961f1c0144e68fde75a60aeaaa165 (patch) | |
tree | 38be1626f3ade436fbd17eadb2753fa2f0effb37 /themes/even/src/postcss.config.js | |
parent | bf04383b34c4a4fdfe239de2805a30a051921002 (diff) | |
download | capotej.com-f24f2d15275961f1c0144e68fde75a60aeaaa165.tar.gz |
move to bear theme
Diffstat (limited to 'themes/even/src/postcss.config.js')
-rw-r--r-- | themes/even/src/postcss.config.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/even/src/postcss.config.js b/themes/even/src/postcss.config.js deleted file mode 100644 index 7c5b1be..0000000 --- a/themes/even/src/postcss.config.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - plugins: [ - require('autoprefixer')({ - browsers: ['> 1%', 'last 2 versions', 'ie >= 9'] - }) - ] -}
\ No newline at end of file |