@samatech/postcss-basics
Advanced tools
Comparing version
@@ -6,8 +6,8 @@ const plugins = [ | ||
require('postcss-nested'), | ||
require('@samatech/postcss-colors'), | ||
require('@samatech/postcss-colors')(), | ||
] | ||
module.exports = (opts = {}) => { | ||
// TODO -- pass along plugins | ||
// TODO -- pass along plugin options | ||
return plugins | ||
} |
{ | ||
"name": "@samatech/postcss-basics", | ||
"version": "0.3.1", | ||
"version": "0.4.2", | ||
"description": "Simple opinionated PostCSS plugin pack.", | ||
@@ -17,2 +17,7 @@ "keywords": [ | ||
}, | ||
"scripts": { | ||
"lint": "eslint --ext .js index.js", | ||
"format": "eslint --fix --ext .js index.js", | ||
"test": "jest" | ||
}, | ||
"peerDependencies": { | ||
@@ -22,7 +27,7 @@ "postcss": "^8.3.6" | ||
"dependencies": { | ||
"@samatech/postcss-colors": "^0.2.0", | ||
"autoprefixer": "^10.3.1", | ||
"postcss-mixins": "^8.1.0", | ||
"postcss-nested": "^5.0.6", | ||
"postcss-simple-vars": "^6.0.3", | ||
"@samatech/postcss-colors": "^0.2.0" | ||
"postcss-simple-vars": "^6.0.3" | ||
}, | ||
@@ -37,2 +42,3 @@ "devDependencies": { | ||
"eslint-plugin-promise": "^5.1.0", | ||
"jest": "^27.0.6", | ||
"postcss": "^8.3.6" | ||
@@ -60,7 +66,3 @@ }, | ||
} | ||
}, | ||
"scripts": { | ||
"lint": "eslint --ext .js index.js", | ||
"format": "eslint --fix --ext .js index.js" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
157756
82.85%7
16.67%31
181.82%9
12.5%