Paul Yiend

Results 7 comments of Paul Yiend

@johanjanssens check thanks for this information, seems they have killed that page. This seems quite similar: https://github.com/openstack/horizon

@johanjanssens okie we have some composer conflicts when trying to install Joomla 4: First J4 has upgraded to Symfony 5, where as we (framework) only supports up to v4.0.0 ```...

## work in progress inspiration from the mac calendar app:

Seems scss variables can't be used with a media prefers dark mode: https://rowlandekemezie.com/posts/dark-theme-support-for-my-website/ https://jeremenichelli.io/2019/05/a-css-variables-implementation-of-dark-mode/ https://sass-lang.com/documentation/breaking-changes/css-vars https://codepen.io/jakealbaugh/post/css4-variables-and-sass https://github.com/sass/libsass/issues/2621#issuecomment-438096238 Only support for root variables are possible: https://css-tricks.com/almanac/selectors/r/root/ Take a look at first...

It seems that css variable support isn't that good: https://caniuse.com/#search=css%20variables So I guess working out two stylesheets (admin.css and admin-dark.css): ``` ``` At least this way the default `admin.css` will...

@ercanozkaya question about fonts. Mason attempts to copy the fonts folder: from: `~/Projects/kodekit-ui/dist/fonts` to: `~/Projects/joomlatools-framework/code/libraries/joomlatools/library/resources/assets/fonts` Yet when you symlink joomlatools-framework into a site: `joomla site:create testing --symlink=joomlatools-framework` ``` [12:51 PM]-[vagrant@joomlatools]-[/var/www/testing/media/koowa]...

@ercanozkaya mind giving this a spin please? Testing instructions 1. Check out the following branches: * joomlatools-framework:feature/313-darkMode * kodekit-ui:feature/73-darkVariables 1. Run `mason css` over the framework 1. Create a new...