Skip to content

Releases: nphillips-dev/Unholy

release/2.1.0

27 Oct 20:17
de6cfe4
Compare
Choose a tag to compare

Release/2.1.0

Replaced the initial image CSS with a simplified implementation.

Fixed an issue where multiple box-small elements, containing cards, did not wrap correctly.

Readme updated to reflect changes.

release/2.0.0

26 Oct 08:19
de6b565
Compare
Choose a tag to compare

Version 2.0.0

A breaking update to the core to introduce slightly more flex into the layout, improving the responsive design and simplifying the html classes required.

Page structure now goes:

container > row > box-???

Where box can be one of 3 values:

  • box-small
  • box-medium
  • box-large

release/1.3.0

21 Oct 07:41
5c3ee28
Compare
Choose a tag to compare

Release 1.3.0 contains several new features, all compatible with the unholy styling.

unholy-core: Responsive tables add.

unholy-navigation: Added a pure CSS collapsing navigation option

unholy-utility: Added simple border utilities i.e. thin, thick, rounded, curved and circle.

unholy_variables: Removed !important keyword to allow overriding.

Readme updated to provide usage guidance on new features.

release/1.2.0

13 Oct 18:08
f3968a3
Compare
Choose a tag to compare

What should probably be classed as a breaking release, the following file structure now exists

  • unholy-core : required file, you must reference this stylesheet to access the responsive html elements
  • core/unholy-variable : required folder and file. You do not need to reference this but all unholy files use these variable. Editing this file provides site wide restyling to all colours.
  • unholy-utility : optional file providing css extention methods e.g. borders, alignment - class can be stacked.
  • unholy-navigation : optional file containing different navbars

Readme update to have examples of use.

release/1.1.0

12 Oct 20:04
b984b55
Compare
Choose a tag to compare

New responsive elements added:

  • Images
  • Lists

Added variables to top of the core CSS. To reuses with a different theme change those values and the site will restyle.