├── README.md ├── index.scss └── LICENSE /README.md: -------------------------------------------------------------------------------- 1 | # ox_inventory_durple 2 | scss file for my ox_inventory redesign 3 |  4 | 5 | ## build instructions 6 | - download the [source code](https://github.com/overextended/ox_inventory/archive/refs/heads/main.zip) of ox_inventory 7 | - put the included index.scss file in `ox_inventory/web/src` 8 | - make a new terminal in the web directory and run `pnpm i` & `pnpm build` 9 | 10 |
Legal Notices |
|
12 | Ox Inventory
13 |
14 | Copyright © 2022 [Linden](https://github.com/thelindat), [Dunak](https://github.com/dunak-debug), [Luke](https://github.com/LukeWasTakenn)
15 |
16 | This program is free software: you can redistribute it and/or modify
17 | it under the terms of the GNU General Public License as published by
18 | the Free Software Foundation, either version 3 of the License, or
19 | (at your option) any later version.
20 |
21 | This program is distributed in the hope that it will be useful,
22 | but WITHOUT ANY WARRANTY; without even the implied warranty of
23 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 | GNU General Public License for more details.
25 |
26 | You should have received a copy of the GNU General Public License
27 | along with this program.
28 | If not, see |