1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Migrate from ParcelJS to esbuild for UI bundling

This commit is contained in:
checktheroads
2021-07-24 00:00:38 -07:00
parent cb804eb3e1
commit 0572d03003
39 changed files with 459 additions and 6761 deletions

View File

@@ -1,6 +1,6 @@
// Base NetBox Theme Overrides and Settings - color mode agnostic.
@import 'bootstrap/scss/functions';
@import '../node_modules/bootstrap/scss/functions';
$card-cap-bg: 'unset';
@@ -31,7 +31,7 @@ $line-height-lg: 1.75;
$darker: #1b1f22;
$darkest: #171b1d;
@import 'bootstrap/scss/variables';
@import '../node_modules/bootstrap/scss/variables';
// Make color palette colors available as theme colors.
// For example, you could use `.bg-red-100`, if needed.