moga-kit / moga-module
Customizer for MOGA-Kit Theme
Installs: 1 760
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 1
Language:JavaScript
Type:oxideshop-module
Requires
- php: >=7.1
- ext-json: *
- oxid-esales/oxideshop-ce: ^v6.2
- scssphp/scssphp: ^1.2
This package is auto-updated.
Last update: 2024-12-10 04:26:27 UTC
README
change and preview you colors, fonts and other css from admin panel.
No PhD in Informatics needed.
Installation
-
Moga-Theme installieren, falls noch nicht geschehen:
composer require -n moga-kit/moga-theme
-
Installiere Source Dateien und Bibliotheken im Ordner "source/Application/views/moga/":
npm install
-
Moga-Modul installieren:
composer require -n moga-kit/moga-module
-
Nennen die Datei "source/out/moga/src/scss/custom.dist.scss"
in "source/out/moga/src/scss/custom.scss um
mv source/out/moga/src/scss/custom.dist.scss source/out/moga/src/scss/custom.scss
-
Mache die Datei "source/Application/views/moga/build/scss/_custom_styles.scss" beschreibbar:
chmod 777 source/Application/views/moga/src/scss/_custom_styles.scss
-
Mache die Datei "source/Application/views/moga/build/scss/_custom_variables.scss" beschreibbar:
chmod 777 source/Application/views/moga/src/scss/_custom_variables.scss
-
Mache die Datei "source/out/moga/src/css/styles.min.css" beschreibbar:
chmod 777 source/out/moga/src/css/styles.min.css
-
Mache die Datei "source/out/moga/src/css/preview.css" beschreibbar:
chmod 777 source/out/moga/src/css/preview.css