Latest release

Earlier Versions

0.4.0 (October 3, 2024)

v.0.4.0 • Thu Oct 03 2024

Add support for properties: - Cursor Finalised support for properties: - justify-content - align-items - flex-wrap

Downloads

main.css main.min.css Tarball Zipball

0.3.0 (July 8, 2024)

v.0.3.0 • Mon Jul 08 2024

- 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

Downloads

main.css main.min.css Tarball Zipball

0.2.2 (July 6, 2024)

v.0.2.2 • Sat Jul 06 2024

- 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.

Downloads

main.css main.min.css Tarball Zipball

0.2.1 (July 6, 2024)

v.0.2.1 • Sat Jul 06 2024

- Add a value of 0 for all properties accepting it as a value - Fixed bug where multi-keyword display values contained multiple classes

Downloads

main.css main.min.css Tarball Zipball

0.1.2 (March 28, 2024)

v.0.1.2 • Thu Mar 28 2024

Update naming: padding-x → padding-inline padding-y → padding-block margin-x → margin-inline margin-y → margin-block

Downloads

main.css main.min.css Tarball Zipball

0.1.1 (March 17, 2024)

v.0.1.1 • Sun Mar 17 2024

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*

Downloads

main.css main.min.css Tarball Zipball

0.1.0 (March 3, 2024)

v.0.1.0 • Sun Mar 17 2024

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!

Downloads

main.css main.min.css Tarball Zipball

Initial Release

v0.0.1 • Fri Jan 19 2024

Initital release containg css for a small amount of utility classes and input elements.

Downloads

main.css main.min.css Tarball Zipball