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

postcss.config.js - github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60266ed6978b450be128f245de277fda7edab018 (plain)
1
2
3
4
5
6
module.exports = {
	plugins: [
		'postcss-preset-env',
		'postcss-nested'
	]
};