diff --git a/12-order-summary-component-thymeleaf/src/input.css b/12-order-summary-component-thymeleaf/src/input.css new file mode 100644 index 0000000..b5c61c9 --- /dev/null +++ b/12-order-summary-component-thymeleaf/src/input.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; diff --git a/12-order-summary-component-thymeleaf/src/main/resources/templates/index.html b/12-order-summary-component-thymeleaf/src/main/resources/templates/index.html index 7c0a065..0b357e2 100644 --- a/12-order-summary-component-thymeleaf/src/main/resources/templates/index.html +++ b/12-order-summary-component-thymeleaf/src/main/resources/templates/index.html @@ -5,7 +5,8 @@ - + +