cleanup unused theming (#2624)

This commit is contained in:
Denys Vuika 2022-09-15 09:56:13 +01:00 committed by GitHub
parent f0169e7272
commit cd8ffe70c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -52,11 +52,6 @@
"output": "/",
"glob": "app.config.json"
},
{
"glob": "**/*",
"input": "node_modules/@alfresco/adf-core/prebuilt-themes",
"output": "/assets/prebuilt-themes"
},
{
"glob": "**/*",
"input": "node_modules/@alfresco/adf-core/bundles/assets",

View File

@ -1,5 +1,4 @@
/* You can add global styles to this file, and also import other style files */
@import '~@alfresco/adf-core/lib/prebuilt-themes/adf-blue-orange.css';
@import 'app/ui/application';
@import './app/ui/variables/font-family';