Skip to content

Commit

Permalink
Front-end configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Jul 17, 2021
1 parent e177aff commit 47b3c5b
Show file tree
Hide file tree
Showing 12 changed files with 522 additions and 93 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@

###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
3 changes: 0 additions & 3 deletions assets/app.js → assets/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@

// any CSS you import will output into a single css file (app.css in this case)
import './styles/app.css';

// start the Stimulus application
import './bootstrap';
11 changes: 0 additions & 11 deletions assets/bootstrap.js

This file was deleted.

4 changes: 0 additions & 4 deletions assets/controllers.json

This file was deleted.

16 changes: 0 additions & 16 deletions assets/controllers/hello_controller.js

This file was deleted.

6 changes: 3 additions & 3 deletions assets/styles/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
body {
background-color: lightgray;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
Loading

0 comments on commit 47b3c5b

Please sign in to comment.