From 5880eb3fab0abd9df1443d1f1517bb7fe4fef57c Mon Sep 17 00:00:00 2001 From: simon987 Date: Fri, 26 Apr 2019 09:13:18 -0400 Subject: [PATCH] linguist fix attempt --- .gitattributes | 0 simon987/.postcssrc.js | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e69de29 diff --git a/simon987/.postcssrc.js b/simon987/.postcssrc.js index eee3e92..0bb9041 100644 --- a/simon987/.postcssrc.js +++ b/simon987/.postcssrc.js @@ -1,10 +1,10 @@ // https://github.com/michael-ciniawsky/postcss-load-config module.exports = { - "plugins": { - "postcss-import": {}, - "postcss-url": {}, - // to edit target browsers: use "browserslist" field in package.json - "autoprefixer": {} - } -} + "plugins": { + "postcss-import": {}, + "postcss-url": {}, + // to edit target browsers: use "browserslist" field in package.json + "autoprefixer": {} + } +};