Skip to content
Snippets Groups Projects
.postcssrc 245 B
{
	"plugins": {
		"postcss-easy-import": {},
		"postcss-custom-properties": {
			"preserve": true
		},
		"postcss-media-minmax": {},
		"postcss-nested": {},
		"autoprefixer": {}
	},
	"excludedPackages": [
		"deepwell:bootstrap-datepicker2"
	]
}