Skip to content

Commit

Permalink
Including containers
Browse files Browse the repository at this point in the history
  • Loading branch information
ablunier committed Oct 16, 2024
1 parent 28fa7d7 commit de98f91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@numaxlab/atomic",
"version": "0.2.1",
"version": "0.2.2",
"description": "Atomic is a CSS and SCSS framework based in Bootstrap",
"repository": "https://github.com/numaxlab/atomic",
"author": "Laboratorio NUMAX",
Expand Down
1 change: 1 addition & 0 deletions src/scss/base/_flexbox-grid.scss
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@import "bootstrap/scss/containers";
@import "bootstrap/scss/grid";
1 change: 1 addition & 0 deletions src/scss/utilities/_init.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
@import "../mixins/generic";
@import "../mixins/title";
@import "../mixins/text";
@import "../mixins/buttons";
@import "../mixins/module";

0 comments on commit de98f91

Please sign in to comment.