mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
17 lines
362 B
Plaintext
17 lines
362 B
Plaintext
|
---
|
||
|
bootstrapVersion: 3
|
||
|
|
||
|
# Phase this out, first with react-component's bootstrap overrides, and then nothing at all
|
||
|
preBootstrapCustomizations: ./sass/bootstrap/overrides
|
||
|
|
||
|
styleLoaders:
|
||
|
- style
|
||
|
- css?sourceMap
|
||
|
- postcss
|
||
|
- sass?sourceMap&output=expanded&precision=8
|
||
|
|
||
|
# For now, just include everything from Bootstrap
|
||
|
styles: true
|
||
|
|
||
|
scripts: false
|