mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 01:12:22 +00:00

* chore(ui): remove tailwind deps from the app * remove tw completly * bump yarn.lock * updated style for login page * updated user dropdown in nav bar * update paths * update yarn.lock * fix errors * fix unit tests * styling fix * fix stling issue for activity feed card * Fix activity thread panel * fixed style for commonUtils.tsx * pages diff * worked on - EntityLineageUtils - DataInsightUtils * complete ingeation and service select * fixed style on: - entityVersionUtils - ExecutionUtils - feedUtils - ServiceUtils * remove x-master file * fix styling for page not found * update style for: - cronEditor - deleteWidgetModal - EntitySummaryDetails - FilterPattern - FormBuilder * fix styling in components pages * fix appbar * updated profile picture style * bot and user component fix * component ui fixes * lineage custom control fixed * ui fixes * fixed styling in common component * fix lineage sidebar * fix ui issues * fix lineage node edit mode * fix version timeline * whatsnew modal ui fixes * fix glossary & ingestion * remove dead code from all the entity * ingestion ui fixes * unit test fixes * fix unit tests * fix cypress * fix badge component * fix tag cypress * fix cypress issue --------- Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com> Co-authored-by: Ashish Gupta <ashish@getcollate.io>
19 lines
652 B
JavaScript
19 lines
652 B
JavaScript
/*
|
|
* Copyright 2022 Collate.
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
},
|
|
};
|