Skip to content

Commit 26b32c5

Browse files
committed
Precss and custom loading
1 parent d2aca24 commit 26b32c5

File tree

5 files changed

+12
-856
lines changed

5 files changed

+12
-856
lines changed

src/Bootstrap4Preset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ protected static function updatePackageArray(array $packages)
4444
'bootstrap' => '^4.0.0-beta',
4545
'jquery' => '^3.2.1',
4646
'popper.js' => '^1.11.0',
47+
'precss' => '^2.0.0',
4748
] + Arr::except($packages, ['foundation-sites', 'bootstrap-sass', 'bulma', 'uikit']);
4849
}
4950

src/bootstrap4-stubs/_custom.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Custom
2+
//
3+
// Override the Bootstrap defaults without modifying key, versioned files.

0 commit comments

Comments
 (0)