Skip to content

Commit 42f830b

Browse files
committed
Add basic SCSS file structure
Add the "style" folder with "base" and "helpers" subfolders to use the 7 in 1 pattern from SASS guidelines. The "components" subfolder is not necessary as style for components is self contained. The "atoms" subfolder is an analog for components that are elements too small to require a fully fledged vue component. "Themes" and "Vendors" are not useful for now. "Pages" probably won't ever be needed as pages are vue components.
1 parent 8063f91 commit 42f830b

File tree

6 files changed

+3
-0
lines changed

6 files changed

+3
-0
lines changed

src/styles/atoms/_buttons.scss

Whitespace-only changes.

src/styles/base/_reset.scss

Whitespace-only changes.

src/styles/base/_typography.scss

Whitespace-only changes.

src/styles/helpers/_colors.scss

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:root {
2+
--color-primary: #871248;
3+
}

src/styles/helpers/_placeholders.scss

Whitespace-only changes.

src/styles/layout/_container.scss

Whitespace-only changes.

0 commit comments

Comments
 (0)