mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 06:00:53 +03:00
a couple android ui tweaks
This commit is contained in:
@@ -16,7 +16,12 @@ if (process.env.NODE_ENV === 'development') {
|
||||
} else {
|
||||
options.plugins.push(
|
||||
require('@fullhuman/postcss-purgecss')({
|
||||
content: ['./app/*.js', './app/ui/*.js'],
|
||||
content: [
|
||||
'./app/*.js',
|
||||
'./app/ui/*.js',
|
||||
'./android/*.js',
|
||||
'./android/pages/*.js'
|
||||
],
|
||||
extractors: [
|
||||
{
|
||||
extractor: TailwindExtractor,
|
||||
|
||||
Reference in New Issue
Block a user