Skip to content

Commit

Permalink
feature #6139 Remove Sass and use only CSS (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 4.x branch.

Discussion
----------

Remove Sass and use only CSS

I'd love to use AssetMapper in this project. Not sure if it's possible ... but a first step to make things simpler is to get rid of Sass and move to pure CSS. Let's do it.

Commits
-------

4e560af Remove Sass and use only CSS
  • Loading branch information
javiereguiluz committed Feb 13, 2024
2 parents 0b08086 + 4e560af commit f3c9503
Show file tree
Hide file tree
Showing 40 changed files with 3,437 additions and 3,513 deletions.
7 changes: 7 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@import "~bootstrap/dist/css/bootstrap.min.css";

@import "~@fortawesome/fontawesome-free/css/all.css";
@import "~@fortawesome/fontawesome-free/css/v4-shims.css";
@import "~@fortawesome/fontawesome-free/css/v5-font-face.css";

@import "./easyadmin-theme/theme.css";
16 changes: 0 additions & 16 deletions assets/css/app.scss

This file was deleted.

136 changes: 136 additions & 0 deletions assets/css/easyadmin-theme/autocomplete.css

Large diffs are not rendered by default.

135 changes: 0 additions & 135 deletions assets/css/easyadmin-theme/autocomplete.scss

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Badges
// ----------------------------------------------------------------------------
/* Badges
/* ------------------------------------------------------------------------- */

.badge + .badge {
margin-left: 8px;
Expand All @@ -13,12 +13,8 @@
}

.badge {
border-radius: var(--border-radius);
box-shadow: var(--badge-box-shadow);
color: var(--text-color);
font-size: var(--font-size-xs);
line-height: 16px;
padding: 1px 5px;
}

.badge.badge-success {
Expand Down
Loading

0 comments on commit f3c9503

Please sign in to comment.