Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Сетка из Bootstrap 4.x #13

Closed
therteenten opened this issue May 23, 2023 · 1 comment · Fixed by #16 or #17
Closed

Сетка из Bootstrap 4.x #13

therteenten opened this issue May 23, 2023 · 1 comment · Fixed by #16 or #17
Labels
priority: high высокий приоритет status: completed завершено type: new feature добавление новой фичи в проект

Comments

@therteenten
Copy link
Collaborator

therteenten commented May 23, 2023

Т.к. сейчас сетка используется из ветки Bootstrap 3, а это ну очень старая версия, было бы неплохо добавить возможность выбора версии сетки.

Например:

// grid.scss
@use 'node_modules/@therteenten/sassify' as sassify;

@include sassify.grid-init(v4);

// или
@include sassify.grid-init-v4();

Или

@use 'node_modules/@therteenten/sassify' as sassify with (
  $setting--grid-version: 4
);

@include sassify.grid-init();

Конечно непонятно кому и зачем нужна сетка из Bootstrap 3. Возможно в будущем ее выпилю полностью в пользу сеток из новых веток Bootstrap 4 и 5, а, возможно, и 6.

@therteenten therteenten added priority: high высокий приоритет status: accepted принято во внимание type: new feature добавление новой фичи в проект labels May 23, 2023
@therteenten therteenten added this to the 🌌 Sassify All-in-One milestone May 23, 2023
@therteenten
Copy link
Collaborator Author

therteenten commented May 23, 2023

Работа по внедрению Bootstrap Grid 4.6.2 начата. В принципе уже все работает, но осталось доделать документацию SassDoc.

Скоро будет возможно просто написать:

@include make-grid-v4();

И сетка будет сгенерирована!

@therteenten therteenten linked a pull request May 24, 2023 that will close this issue
@therteenten therteenten added status: completed завершено and removed status: accepted принято во внимание labels May 24, 2023
@therteenten therteenten linked a pull request May 27, 2023 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: high высокий приоритет status: completed завершено type: new feature добавление новой фичи в проект
Projects
None yet
1 participant