summaryrefslogtreecommitdiff
path: root/postcss.config.js
blob: 5307961eca8883c73072f2cf000fde5aab2aba1c (plain)
1
2
3
4
5
6
module.exports = {
	plugins: [
		require("autoprefixer"),
		require("postcss-nested"),
	],
}