Skip to content

Commit d6f4be3

Browse files
committed
pushed fix from merge conflict + makefile command change
1 parent 8929e7c commit d6f4be3

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ down:
2222
docker compose -f docker-compose.nginx.yml down
2323

2424
# rebuild the containers from the ground up
25-
build:
25+
rebuild:
2626
docker compose -f docker-compose.nginx.yml up --build
2727

2828
# clear the Symfony cache

assets/js/Components/Forms/ContrastForm.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ export default function ContrastForm({
3131
'to', 'top', 'bottom', 'left', 'right', 'circle', 'ellipse', 'at', 'center'
3232
]);
3333

34-
const FORM_OPTIONS = {
35-
SET_COLOR: settings.UFIXIT_OPTIONS.EDIT_ATTRIBUTE
36-
}
37-
3834
// Extract color strings from a CSS background value, handling nested color functions
3935
const extractColors = (str) => {
4036
const COLOR_FUNCTIONS = new Set([

0 commit comments

Comments
 (0)