0.4.1 (October 5, 2024)
v.0.4.1 • 2024-10-05T14:18:09ZBugfix: - Add missing `@use` statement for position property
Downloads
main.cssmain.min.css
Tarball
Zipball
Bugfix: - Add missing `@use` statement for position property
Add support for properties: - Cursor Finalised support for properties: - justify-content - align-items - flex-wrap
- Added support for position property - Added syntax for display property All display values now support a .[value] syntax on top of the existing .[property]-[value] syntax
- Add support for global values All classes now support global values (inherit, initial, revert, revert-layer, unset) - Added syntax for padding and margin Both padding and margin now support usage of block-start/end aswell as inline-start/end syntax. Margins now also support the usage of the auto value.
- Add a value of 0 for all properties accepting it as a value - Fixed bug where multi-keyword display values contained multiple classes
- Added support for flex-grow - Added support for font-weight
Update naming: padding-x → padding-inline padding-y → padding-block margin-x → margin-inline margin-y → margin-block
Bugfixes - Fix error where gap had the padding properyt - Include flex utility classes which were missing in previous release *Note that the previous release was marked as march 3rd. This is wrong, march 16th is the correct date for the previous release*
This release adds some general improvements to the library aswell as changes to the license. - New license Future releases will be published under the GNU GENERAL PUBLIC LICENSE Version 3. - Include support for more utility classes Added utility classes; `margin-top`, `margin-right`, `margin-bottom` and `margin-left` aswell as `padding-top`, `padding-right`, `padding-bottom` and `padding-left`. - Removed naming conflicts Fixed an issue where `margin-x` and `margin-y` overrode each other. - Prettier styles for html elements. Several html elements now look better!
Initital release containg css for a small amount of utility classes and input elements.