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: e58dfc359da123596aa13f169f474c555b718949 (plain)
1
2
3
4
5
module.exports = {
	plugins: [
		require('autoprefixer')
	]
}