-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #6139 Remove Sass and use only CSS (javiereguiluz)
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
Showing
40 changed files
with
3,437 additions
and
3,513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.