Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
feat: fixed SASS comment spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaOak committed Aug 9, 2019
1 parent 5be2df1 commit 991ffe8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
@import "../node_modules/bulma/sass/components/modal.sass";
@import "../node_modules/bulma/sass/components/level.sass";

//Elements
// Elements
@import "../node_modules/bulma/sass/elements/box.sass";
@import "../node_modules/bulma/sass/elements/button.sass";
@import "../node_modules/bulma/sass/elements/container.sass";
@import "../node_modules/bulma/sass/elements/title.sass";
@import "../node_modules/bulma/sass/elements/image.sass";

//Layout
// Layout
@import "../node_modules/bulma/sass/layout/_all.sass";

//Should remake the structure in order to include these imports
//@import "../node_modules/bulma/sass/elements/_all.sass";
//@import "../node_modules/bulma/sass/components/_all.sass";
// Should remake the structure in order to include these imports
// @import "../node_modules/bulma/sass/elements/_all.sass";
// @import "../node_modules/bulma/sass/components/_all.sass";

// Material Design Icons
// Default Styles
Expand Down

1 comment on commit 991ffe8

@datreeio
Copy link

@datreeio datreeio bot commented on 991ffe8 Aug 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Rules (6 / 6) Passed

👑 Good job! this pull request is aligned with your organization's best practices!

👉 You can review your rules settings at smart policy management 👈

👉 click here to view a full list of the events 👈

Please sign in to comment.