This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
rootless
/
frigate
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
ec84847be7
Větve
Značky
development
frigate
/
web
/
postcss.config.js
postcss.config.js
112 B
Historie
Surový
1
2
3
4
5
6
7
8
'use strict';
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
};