Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Lint : Minor Typo fix #155

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions scss/lint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* CSS Chassis
*
* This contains all the chassis scss execpt normalize.css which will not pass our linter
* we use this file to create a distriubable for linting style.scss contains this file plus
* we use this file to create a distributable for linting style.scss contains this file plus
* normalize.css
* ==========================================================================
*/
Expand All @@ -12,11 +12,13 @@
@import
"_utilities/clearfix",
"_utilities/colors",
"_utilities/functions",
"_utilities/hidden";

@import
"atoms/icons/icons",
"atoms/typography/typography";
"atoms/typography/typography",
"atoms/buttons/buttons";

@import
"views/main";