Theming tool for Fipamo.
Find a file
are0h 5b3844b196 CSS Overhaul
Styling was a bit stale, so I ovehauled them to use native CSS,
eliminating the need for pre-processors.

The overall framework was old and convoluted so that needed to be
updated to streamline how styles are being applied.

There's still some work to do but the base is so much cleaner now.
2022-10-31 16:07:19 -07:00
data Updating files and added php formatting 2022-10-21 13:35:12 -07:00
engine CSS Overhaul 2022-10-31 16:07:19 -07:00
src/themes/theme-fipamo-default CSS Overhaul 2022-10-31 16:07:19 -07:00
.eslintrc defined default assets and pages 2020-05-07 12:15:11 -07:00
.gitignore CSS Overhaul 2022-10-31 16:07:19 -07:00
.php-cs-fixer.php Updating files and added php formatting 2022-10-21 13:35:12 -07:00
.prettierignore respeced class imports to follow psr-4 standard 2022-03-18 14:04:48 -07:00
.stylelintrc Added stylelint for pure css 2022-10-21 16:08:39 -07:00
composer.json respeced class imports to follow psr-4 standard 2022-03-18 14:04:48 -07:00
composer.lock flipped kit to php, built class for basic routing, updated archive template to twig 2021-04-20 19:20:42 -07:00
index.php Updating files and added php formatting 2022-10-21 13:35:12 -07:00
package-lock.json Added stylelint for pure css 2022-10-21 16:08:39 -07:00
package.json CSS Overhaul 2022-10-31 16:07:19 -07:00
README.md updated templates for dynamic rendering, update readme 2022-02-05 23:42:16 +00:00

Fipamo Theme Kit

So in the course of making Fipamo, the need arose to make a thing that made making and editing themes a bit easier. HENCE THE CREATION OF FTK.