Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[init] @ooee/scss #17

Open
CITguy opened this issue Dec 15, 2020 · 3 comments
Open

[init] @ooee/scss #17

CITguy opened this issue Dec 15, 2020 · 3 comments
Assignees

Comments

@CITguy
Copy link
Owner

CITguy commented Dec 15, 2020

Initialize the @ooee/scss package to house all Sass assets.

@CITguy

This comment has been minimized.

@CITguy
Copy link
Owner Author

CITguy commented Dec 15, 2020

Theme (module)

Exposes Sass members for use internally or in external bespoke stylesheets, in order to retain a centralized definition for theming.

  • preferably, it should also support contextual theming
    • i.e., overriding the theme at a component/element level instead of the entire UI
    • for example: a globally applied "Light" theme, but with a contextually "Dark" Footer or Nav (i.e., "mixed" theme; neither Dark nor Light)
    • this would also enable user-configured styling of certain parts of the UI
    • the easiest way to implement this would be to take advantage of CSS Custom Properties
$fontFamily: ...
$fontSize: ...
$color: black;
$backgroundColor: white;
$focus-color: ...; // applied to focus-based styling (via `box-shadow`, `outline`, `border`, etc.)
...

@CITguy CITguy changed the title [init] @ooee/sass [init] @ooee/scss Oct 23, 2021
@CITguy CITguy self-assigned this Oct 26, 2021
@CITguy
Copy link
Owner Author

CITguy commented Oct 29, 2021

"Prefers" module included in #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant