1.0.4 • Published 4 years ago

bootstrap-sass-use-migration v1.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Migrated scss code of bootstrap to support latest sass feature @use.

Bootstrap doesn't support latest module system

USAGE

Required partials

@use '~bootstrap-sass-use-migration/scss/variables';
@use '~bootstrap-sass-use-migration/scss/mixins';

DO NOT USE FUNCTION PARTIAL

For theming load module with configuration, All sass variables in bootstrap are supported.

@use '~bootstrap-sass-use-migration/scss/variable' with ($primary:red, $body-bg:yellow);

To add optional scss partials

@use '~bootstrap-sass-use-migration/scss/reboot';
@use '~bootstrap-sass-use-migration/scss/alert';
@use '~bootstrap-sass-use-migration/scss/vendor/rfs';
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago