Skip to content

Commit

Permalink
Merge pull request #7 from nternetinspired/master
Browse files Browse the repository at this point in the history
Less pkg, mo mojo
  • Loading branch information
khalwat committed Dec 17, 2018
2 parents 3445ad3 + 9ffc00b commit 24d9ee9
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 46 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -58,7 +58,6 @@
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.0.0",
"autoprefixer": "^9.1.5",
"babel-loader": "^8.0.2",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
Expand All @@ -85,13 +84,9 @@
"moment": "^2.22.2",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss": "^7.0.2",
"postcss-extend": "^1.0.5",
"postcss-hexrgba": "^1.0.1",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.0",
"postcss-nested-ancestors": "^2.0.0",
"postcss-simple-vars": "^5.0.1",
"postcss-preset-env": "^6.4.0",
"purgecss-webpack-plugin": "^1.3.0",
"purgecss-whitelister": "^2.2.0",
"resolve-url-loader": "^3.0.0",
Expand Down
9 changes: 2 additions & 7 deletions postcss.config.js
@@ -1,12 +1,7 @@
module.exports = {
plugins: [
require('postcss-import'),
require('postcss-extend'),
require('postcss-simple-vars'),
require('postcss-nested-ancestors'),
require('postcss-nested'),
require('postcss-hexrgba'),
require('autoprefixer'),
require("postcss-import"),
require('postcss-preset-env'),
require('tailwindcss')('./tailwind.config.js')
]
};

0 comments on commit 24d9ee9

Please sign in to comment.