diff --git a/scss/lint.scss b/scss/lint.scss index a219908..aeebcb0 100644 --- a/scss/lint.scss +++ b/scss/lint.scss @@ -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 * ========================================================================== */ @@ -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";