diff --git a/README.md b/README.md index 95472d2..51170da 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ you'll build a pricing plans page — the kind you see on every modern SaaS webs --- ## 🛠️ Your TODO List +### 0️⃣ Install VS Code extension for JavaFx Extension +* There is an extension for better JavaFx CSS support in **vscode-extension** folder +* You can install that with this command on your IntelliJ terminal: +> code --install-extension "vscode-extension\css-helper-for-javafx-1.0.1.vsix" +* (Optional) Also after that open your VS Code press `CTRL+SHIFT+P`, enter `default setting`, open **settings.json** +and finally add this line: +> "css.lint.vendorPrefix": "ignore", + ### 1️⃣ Main.java * Load the FXML file using `FXMLLoader` * Create a `Scene`, set its title, attach CSS file to it, and show it on the `Stage` diff --git a/src/main/resources/workshop/pricing.fxml b/src/main/resources/workshop/pricing.fxml index a9b03f8..b54db3b 100644 --- a/src/main/resources/workshop/pricing.fxml +++ b/src/main/resources/workshop/pricing.fxml @@ -17,14 +17,14 @@