New features
- 🔥 Import CSS files via
@use
for CodeKit 3.30 and Dart Sass 1.81.0. - fluidscaling: Detect and respect the zoom level of the browser. Set zoomlevel as a CSS property. See commit for details.
- print.css: refactor and add
.print__black
/.print__bg-white
classes for sustainable printing. - Add CSS visibility classes
.vh
/.vv
. Helpful when hiding content with CSS animations. .htaccess
: update Content-Security-Policy for sa11y.js.- modx.css/contentblocks: give
#contentblocks-modal-mask
a modern background in the MODX manager. - Use breakpoints for typescaling and calculate
rem
frompx
. - modx.css: update default MODX region background to get a more focusable MODX manager layout (WIP)
![image](https://private-user-images.githubusercontent.com/5232770/406537181-57ab3ee9-c5d0-4937-bedf-6369bdec9e6a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODExOTMsIm5iZiI6MTczOTE4MDg5MywicGF0aCI6Ii81MjMyNzcwLzQwNjUzNzE4MS01N2FiM2VlOS1jNWQwLTQ5MzctYmVkZi02MzY5YmRlYzllNmEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDk0ODEzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OWUyNjA4ODZjN2RkZjkyYjE2MGEzY2NhNWI0MmEzZWRkMjgyZjMzMjg4YWMyOTFhZThlOTYyMDZlOWRjMGMxYSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.w0hJq8iZ1wyt3Qc7QvpsTyWTbrhvaGyvsL8zMtgke1k)
Optimise
- docs: add check with sa11y.js
- docs: optimise screenreader accessibility for slider and remove `aria-hidden' for items (not useful for CSS scrollsnap).
- docs: add
.reset-spacing
- modx.css: update template path for MODX-Gitify-Preset.
.scale-content
: Use properties for easier customisation- Ignore
_a11y.scss
in PurgeCSS - Remove MagicPreview button merge: It is now included in MagicPreview 1.4.
- remove border-width from
_vars.scss
- Remove tachyons/src/_negative-margins
Tip
Check out Kirby CMS as a lightweight CMS. It also works great with CurlyFramework. Maybe we will release CurbyFramework in the future 😸
Full Changelog: 7.5.0...7.6.0