- Introduced SCSS variable configuration.
- Text line height scales corrected.
- Outline border added
- Outline border styles added
- Outline tested added
- Updated NPM packages.
- Migrated to Cypress 13.6
- Fixed Cyrpess tests.
- Removed usage on !important
- Fixed some failing test due to size calculation changes by Cypress.
- Deleted state tests.
- Corrected README about margin-top value.
- Replaced node-sass (deprecated) with sass.
- Fixed unit tests using dividion and percentage.
- New margin auto variants
- Padding and margin now have go from 0-10.
- New Z index levels.
- New opacity levels.
- Global bottom margins set to 0.25rem using css variable "--global-bottom-margin"
- Header bottom margins set to 0.5rem using css variable "--header-bottom-margin"
- Default font changed to "Open Sans" noraml style, 400 weight.
- Added missing test to check CSS normalized values.
- Fixed isues with NPM script.
- Opacity now start at zero and goes up to 10.
- More levels added to border.
- Radius scale changed and more added.
- Border names changed dot to bdot
- Border names changed dash to bdash
- New borders bsolider and bdouble
- Column gaps level value changed.
- Boxing size default to border-box for all elements.
- Padding and margin scales changed.
- Line heights changed.
- Deleted .h{i} as alias for heading sizes, .h already used for height.
- Fixed normilize css margin, no set to 0 (zero).
Breaking change in CSS reset, minor change may affect layout.
- Changed how CSS reset in done. Line height is set to a multiplier of 1.
- Margin top is set to 0.25rem (4px).
- Other margin values are set to zero.
- Corrected ol, ul indentation.
- Corrected list style none indentation.
Note: Padding values remain unchanged at zero.
- Removed reliance on normalize.css.
- Corrected list item indentation.
- Bug fix, removed "important" from reset of padding and margin for all elements. This fixes a bug in Material Design sidenav component.
- Added fixed font sizing notation for width and height.
- All padding and margin now reset to zero, before only top margin and padding were set to zero.
- Add fix to help with sizing.
- README sections reorganized, image path fixed, improved image labels.
- Breaking Change - Changed Style-Notation ttcaps to ttcap.
- Fixed README.
- Readme spelling fixes.
- Import fix for angular-cli generated project.
- Added more border and radius sizes.
- Changed notation for radius to r.
- Removed hypen from all Style-Notation, dash now only used to denote negative values.
- Eliminated all alias Style-Notation, focusing on simplicity and consistency.
- New Z-Index notation, zauto.
- Position notation renamed to: top, bottom, left, right.
- New sub and super text notations.
- New size notations: hauto, wauto, wnomax, hnomax.
- Flexbox order now include zero value.
- New notation and tests for opacity.
- New columns Style-Notations.
- All display notation name changed, new one added.
- New notation and tests for text line height.
- Border scale changed.
- Switched from using CSS value initial to revert.
- Radius scales changed.
- Removed !important from many CSS values, not required, helped to reduce file-size.
- Removed bold font-weight from heading notations.
- Fixed flexbox notation name for fbib.
- Added new notations for flex-basis.
- Delete colfauto, neddless as notation colauto does the same thing.
- Notation td changed to tc for table-cell.
- Text notation changed for overflow and upper and lowercase.
- README major update.
- Import fix for dependency when using NPM install.
- Font height now using Perfect third scale.
- Heading height changed to use Major Third scale.
- README updated for Headings section.
- Updated Logo.
- Added Github badges.
- Test name corrected.
- Marked styles important.
- Multiple scss file reduction usinf Sass loops.
- Renamed test spec files.
- Removed borders in Size to simplify testing.
- Added test for Size.
- Added test for Box Model.
- Added test for Position.
- Added test for Z-index, static, relative, absolute and fixed.
- Added test for Spacing.
- Notation changes and additions.
- Added test web pages.
- Added integration tests.
- Fixed list-row, list-col.
- Changes list notation to decimal from number.
- New box model notations.
- Update README.
- Project folder reorg.
- Added support for float.
- Added support for list.
- New border line dot style.
- Changed dash notation.
- Changed Flexbox notations.
- New notation, position static.
- Removed erroneous auto padding.
- Added new left, right margin.
- Simplied text notation.
- Added new text notations.
- Renamed font file to typography.
- Simplified notation for center.
- Added new scetion to README.
- Updated CSS resets, using border-box, font height changed.
- Removed CSS display for table.
- Fixed Text Style-Notation justification.
- README updated with more complete sections.
- New images for README.
- .gitignore updated, .npmignore deleted.
- Output CSS files is autoprefixed and minified.
- Fixed loading of normalize.css
- Build 0.0.2
- Cleaned up notation for border.
- Add missing CSS style for spacing.
- Rough draft on README.
- Initial project commit.