Skip to content

Commit

Permalink
Update deps and remove less
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed Feb 5, 2024
1 parent 038bb3c commit 001bb72
Show file tree
Hide file tree
Showing 41 changed files with 6,241 additions and 7,502 deletions.
2 changes: 1 addition & 1 deletion apps/front/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ HOST=localhost
# fix docker apache port - This value need to be sync with docker compose external port
DOCKER_APACHE_PORT=4321
# docker node port
DOCKER_NODE_PORT=3000
DOCKER_NODE_PORT=5173

### BUILD HTACCESS
# Encrypted password
Expand Down
2 changes: 1 addition & 1 deletion apps/front/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ In order to export fonts, variables and mixins to each style files, each `.modul
files contains as reference the same file:

```less
@import (reference) "src/references.less";
@import (reference) "references.sass";
```

This file import "as reference" variables and mixins files who come from
Expand Down
Loading

0 comments on commit 001bb72

Please sign in to comment.