This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
rootless
/
frigate
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
f00628f4e5
Branch-ok
Tag-ek
development
frigate
/
web
/
postcss.config.js
postcss.config.js
112 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
'use strict';
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
};