diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-15 21:22:24 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-15 21:22:24 +0100 |
commit | 5845a8685b1696cd510a3362d1f174568d3a9221 (patch) | |
tree | d9da709a5b52044c1e9a79624e16000a880c3d46 /scss | |
parent | 998c1777afeeb44ecf6ba2e735a4d6176a9b339e (diff) | |
download | cerrado-5845a8685b1696cd510a3362d1f174568d3a9221.tar.gz cerrado-5845a8685b1696cd510a3362d1f174568d3a9221.tar.bz2 cerrado-5845a8685b1696cd510a3362d1f174568d3a9221.zip |
feat: Remove under development warningv0.1
The project is good shape now that there is not need to the warning.
Diffstat (limited to 'scss')
-rw-r--r-- | scss/main.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/main.scss b/scss/main.scss index 51b7df7..a6c973f 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -29,10 +29,6 @@ $navbar-nav-link-padding-x: $spacer; @import "bootstrap/scss/_buttons.scss"; @import "tree.scss"; -// TODO remove once is not needed -$alert-border-radius: 0; -@import "bootstrap/scss/_alert.scss"; - // overwrite to reduce the ammount of css generated by loading all utilities $utilities: ( "order": (responsive: true, |