Releases: nphillips-dev/Unholy
release/2.1.0
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
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
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
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
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.