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

New Component: Inputs #164

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Inputs: Added import to lint.scss
  • Loading branch information
nashvail committed Oct 26, 2016
commit aa81f470d3df6b30ef3ccf8a10cf6f3066bd80d4
3 changes: 2 additions & 1 deletion scss/lint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
@import
"atoms/icons/icons",
"atoms/typography/typography",
"atoms/buttons/buttons";
"atoms/buttons/buttons",
"atoms/inputs/inputs";

@import
"views/main";