Skip to content

Commit 21d07c9

Browse files
leiyredamianpumar
andauthored
🎉 Improve styles file weight (#5724)
This PR improves the weight of the style files by removing some css files from the scss variable bundle. FINAL: ![Screenshot 2024-12-11 at 11 55 33](https://github.com/user-attachments/assets/097dbd99-6d18-4109-b5ed-4a02fdabc8c5) --------- Co-authored-by: Damián Pumar <[email protected]>
1 parent 1a34f54 commit 21d07c9

File tree

19 files changed

+314
-255
lines changed

19 files changed

+314
-255
lines changed

argilla-frontend/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ These are the section headers that we use:
1818

1919
### Fixed
2020

21+
- Improved performance and accessibility ([#5724](https://github.com/argilla-io/argilla/pull/5724))
2122
- Fixed dataset update date information in the dataset list ([#5741](https://github.com/argilla-io/argilla/pull/#5741))
2223

2324
## [2.5.0](https://github.com/argilla-io/argilla/compare/v2.4.1...v2.5.0)

argilla-frontend/assets/scss/abstract.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
*/
1717

1818
// abstract
19-
@import "abstract/fonts/fonts";
2019
@import "abstract/functions/functions";
2120
@import "abstract/variables/variables";
22-
@import "abstract/variables/themes";
2321
@import "abstract/mixins/mixins";
2422
@import "abstract/mixins/media-queries";
2523
@import "abstract/mixins/grid-mixins";

0 commit comments

Comments
 (0)