mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-11 15:26:50 +00:00
11 lines
228 B
JavaScript
11 lines
228 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
require('postcss-mixins'),
|
|
require('autoprefixer'),
|
|
require('postcss-import'),
|
|
require('postcss-nesting'),
|
|
require('postcss-custom-media'),
|
|
require('postcss-calc'),
|
|
],
|
|
}
|