-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add redesign feature flag #392
Conversation
<link rel="stylesheet" type="text/css" href="@Model.Static("pygments.css")"/> | ||
<link rel="stylesheet" type="text/css" href="@Model.Static("shibuya.css")"/> | ||
<link rel="stylesheet" type="text/css" href="@Model.Static("mystnb.css")"/> | ||
<link rel="stylesheet" type="text/css" href="@Model.Static("copybutton.css")"/> | ||
<link rel="stylesheet" type="text/css" href="@Model.Static("togglebutton.css")"/> | ||
<link rel="stylesheet" type="text/css" href="@Model.Static("sphinx-design.min.css")"/> | ||
<link media="print" rel="stylesheet" type="text/css" href="@Model.Static("/_static/print.css")"/> | ||
<link rel="stylesheet" type="text/css" href="@Model.Static("custom.css")"/> | ||
<link rel="stylesheet" type="text/css" href="@Model.Static("atom-one-light.css")"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverting the old css here, so that the parcel setup only has the new styles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we just redesign as we go along?
I'm not that keen on having a fork in the road. Since the old design is not released nor was never meant to be released.
I feel confident we get the new design to a good enough state during the freeze. Wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scratch that, We need this flag at least for the short interim period.where we rebuild all the basic functionally.
Changes
Notes
You can enable the feature flag if you set the environment variable
REDESIGN=true
e.g.
Result