-
Notifications
You must be signed in to change notification settings - Fork 386
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
Investigate (s)CSS refactor for flexible styling #11
Labels
css
!!!Deprecated => Use "styling" label instead
FR1
phase 1 of an epic
team/blamed
Formerly known as Team Aimed and Team Framed; next it will be Team Famed?
Milestone
Comments
UI frameworks of today haven't yet embraced CSS variables. I've started the conversation with bootstrap (see twbs/bootstrap#26596), but they will not do it, not even with a fallback. Other framework have similar hesitations. |
LTiger14
added
the
team/blamed
Formerly known as Team Aimed and Team Framed; next it will be Team Famed?
label
Oct 29, 2018
Xymmer
added
css
!!!Deprecated => Use "styling" label instead
team/blamed
Formerly known as Team Aimed and Team Framed; next it will be Team Famed?
and removed
team/blamed
Formerly known as Team Aimed and Team Framed; next it will be Team Famed?
labels
Nov 10, 2018
We've done a number exercises to understand where we like to go with our css layer. So far we've seen the following issues with our (s)css:
We've addressed all those issues:
|
tobi-or-not-tobi
changed the title
Investigate Lipstick UI
Investigate (s)CSS refactor for flexible styling
Nov 29, 2018
johannathalmann
pushed a commit
that referenced
this issue
Dec 12, 2019
Feature/argo consent service
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
css
!!!Deprecated => Use "styling" label instead
FR1
phase 1 of an epic
team/blamed
Formerly known as Team Aimed and Team Framed; next it will be Team Famed?
We like to fully adapt CSS custom properties in order to:
We've experimented with this approach in https://github.com/tobi-or-not-tobi/lipstick-css and the recent decision to drop Internet Explorer 11 has strengthen our decision here (no need for fallbacks).
This is an important input in our rework on the UI framework, see #10.
The text was updated successfully, but these errors were encountered: