aboutsummaryrefslogtreecommitdiffstats
path: root/library/cropperjs/postcss.config.js
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-23 16:42:24 -0800
committerzotlabs <mike@macgirvin.com>2018-01-23 16:42:24 -0800
commit5902528bae21b560b6be4879e5e87ed36ce099b6 (patch)
tree5588a1bd3d7cbf1f0444cce96931b3a28640101c /library/cropperjs/postcss.config.js
parent1e8dcaffc977be9757b14ad23a4cc9f98c70ae60 (diff)
downloadvolse-hubzilla-5902528bae21b560b6be4879e5e87ed36ce099b6.tar.gz
volse-hubzilla-5902528bae21b560b6be4879e5e87ed36ce099b6.tar.bz2
volse-hubzilla-5902528bae21b560b6be4879e5e87ed36ce099b6.zip
undo and redo adding new cropper library as it had a .git config from the original project
Diffstat (limited to 'library/cropperjs/postcss.config.js')
-rw-r--r--library/cropperjs/postcss.config.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/library/cropperjs/postcss.config.js b/library/cropperjs/postcss.config.js
new file mode 100644
index 000000000..af7ec6024
--- /dev/null
+++ b/library/cropperjs/postcss.config.js
@@ -0,0 +1,14 @@
+const rollupConfig = require('./rollup.config');
+
+module.exports = {
+ plugins: {
+ 'postcss-cssnext': {},
+ 'postcss-url': {
+ url: 'inline',
+ },
+ 'postcss-header': {
+ header: rollupConfig.banner,
+ },
+ stylefmt: {},
+ },
+};