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

Commit

Permalink
fix: includes variables usage in plugins; columns styles extend
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Gerasimovich committed May 5, 2022
1 parent 853fb69 commit 06448db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions src/styles/helpers/columns.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.columns {
margin-top: 0;
margin-bottom: 0;
}
// .columns {
// margin-top: 0;
// margin-bottom: 0;
// }

.column {
max-width: 100%;
padding-top: 0;
padding-bottom: 0;
}
// .column {
// max-width: 100%;
// padding-top: 0;
// padding-bottom: 0;
// }
2 changes: 1 addition & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'plugins';
@import 'includes';
@import 'plugins';
@import 'misc';
@import 'helpers';

0 comments on commit 06448db

Please sign in to comment.