hgrid-css

🌟 A lightweight and practical CSS utility kit. Zero config. Flat learning curve.

MIT License

Downloads
134
Stars
14
Committers
2

Bot releases are visible (Hide)

hgrid-css - v1.0.0 🌟 Latest Release

Published by ahansson over 1 year ago

hgrid-css - v0.7.1-beta

Published by ahansson about 3 years ago

Fix

  • Reverse order of responsive breakpoint variables in order to make overrides work correctly.
hgrid-css - v0.7.0-beta

Published by ahansson about 3 years ago

Breaking Changes

Additions

Fixes

hgrid-css - v0.6.2-beta

Published by ahansson about 3 years ago

Fix

hgrid-css - v0.6.1-beta

Published by ahansson about 3 years ago

Additions

Fixes

hgrid-css - v0.5.4-beta

Published by ahansson about 3 years ago

  • Feature: Add fit-content and other content variants (a7fdd3dc3bdb8a59feb2d3980224aa7badbf0eee)
  • Improvement: Use paragraph margin var for embedded objects (ec5b6d2b9891dbc03eb3368f1765d67b7e96440e)
  • Feature: Add figure utility for imgand figcaption (193328433c3053ebe52434d19d24e74a9bf7a4cd)
  • Fix: Fix min/max content problem
  • Fix: Fix typo and remove double naming for letter-spacing utilities
  • Misc. code organization
hgrid-css - v0.5.2-beta

Published by ahansson over 3 years ago

Deprecate use of / for division after upgrade to sass 1.34.0. Use math.div() instead. (commit)

Fix: Use correct border color (commit)
Fix: Remove overflow value that prevented .scrollable-x from working (commit)

hgrid-css - v0.5.1-beta

Published by ahansson over 3 years ago

Bugfixes:

  • Fix classes that had dotted border when they should be solid (and vice versa)
  • Clear up x and y axis mixup for overflow utilities
  • Remove redundant utility for default rule (background-attachment: scroll;)

In addition, PostCSS was upgraded to v 8.2.10.

hgrid-css - v0.5.0-beta

Published by ahansson over 3 years ago

  • Add outline primary button variant (commit)
  • Add responsive margins and paddings (commit)
  • Overrides to remove gutter between individual columns or all columns in a row (commit 1 and commit 2)
  • Overrides to hide borders responsively (commit)
  • Improvement: Resolve margin issues for flex wrapped columns (commit)
  • Improvement: Clean up button/input classes, too much specificity (commit)
  • Fix: Add missing cursor pointer for input type=reset
  • Fix: Non-working class for table layout (commit)
  • Fix: Responsiveness variable bug (commit)
  • Fix: Better responsivity for column (commit)
hgrid-css - v0.4.5-alpha

Published by ahansson over 3 years ago

  • Refactor: Reduce the number of media queries for responsive column overrides for flex-wrap. No media query necessary for default device width (laptop)
  • Fix: Use $stack-point variable instead of specific viewport name to determine stacking breakpoint
  • Fix: Add margin-bottom to flex-wrapped columns in the same row element
hgrid-css - v0.4.4-alpha

Published by ahansson over 3 years ago

  • Replace @import with @use and @forward (commit)
  • Split sass vars and custom properties in two partials
hgrid-css - v0.4.3-alpha

Published by ahansson over 3 years ago

Fix: Lighter fade animation, add usage
Fix: Drop redundant border-radius from :focus outline
Fix: Allow customization of Sass array variables
Cleanup: Remove redundant custom properties for breakpoints
Add: Custom properties for text colors

hgrid-css - v0.4.2-alpha

Published by ahansson over 3 years ago

  • Fix: Remove redundant visibility property from transition animation
  • Added: variable for transition animation background color
hgrid-css - v0.4.0-alpha

Published by ahansson over 3 years ago

0.4.0-alpha. The most useful internal $variables are now exposed to the outside world as --css-variables (aka. custom properties). They inherit from the Sass variables you (still) can customize with the @use method as described in the documentation.

  • .border-light and .border-lighter replaced by .border-gray-light and .border-gray-lighter to follow color naming convention.
hgrid-css - v0.3.0-alpha

Published by ahansson over 3 years ago

0.3.0-alpha

Default viewport renamed to 'laptop'. Buggy custom link underline replaced with a better version of the default underline. Remove reset style for images that gave unwanted side effects. Changes in width and height classes. Bugfixes.

  • Breakpoint $desktop renamed to $laptop
  • Breakpoint $desktop-large renamed to $desktop
  • Breakpoint $desktop-xl renamed to $desktop-large
  • .full-width replaced by .width-100pct.
  • .full-height/.full-height-vh replaced by .height-100pct/.height-100vh.
  • .full-width-vw, .min-width-0, min-height-0 and min-width-100 are gone.
  • .max-width-{ x }pct added.
  • width and height auto added
  • .pointer-events-none and -all added
  • Margin auto added
hgrid-css - v0.2.0-alpha

Published by ahansson over 3 years ago