Welcome to mirror list, hosted at ThFree Co, Russian Federation.

postcss.config.js - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e933a1131c2457cf6e2c06dd82c725274bf1530d (plain)
1
2
3
4
5
module.exports = {
	plugins: [
		require('autoprefixer'),
	],
}