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

postcss.config.js - github.com/gohugoio/hugoTestModule2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33ce1479ba8810ed6fc7781531013c0eca77ffbe (plain)
1
2
3
4
5
console.warn('In postcss.config.js, root.');

module.exports = {
	plugins: [ require('tailwindcss') ]
};