Adding Simple URL-based feature flags (#117)

* Fixes #66: As a developer, I want to limit the audience
that sees new features, so that we can control
the message and positioning of our tool.
Implements simple feature flagging via URL parameters.
Provide "?flags=x,y,z" to enable flags x, y, and z.
* Fixing type to use Location instead of URL
* Updating README with info on how to use feature flags
This commit is contained in:
Nat Hillard 2021-06-09 15:32:59 -04:00 committed by GitHub
commit 7ab14c7f3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 202 additions and 31 deletions

View file

@ -59,7 +59,7 @@
.j40-address-readability {
display: inline-block;
line-height: 1.5 !important; // trussworks issue
line-height: 1.5 !important; // trussworks issue
text-align: center;
}
@ -68,8 +68,8 @@
&::before {
color: white;
background-color: #00a91c;
content: ''
content: "";
}
border-left-color: #005ea2 !important; // todo: fix
border-left-color: #005ea2 !important; // todo: fix
}