Awsm.css Versions Save

Simple CSS library for semantic HTML markup

v3.0.0

5 years ago

Added

  • Themes support, and 7 themes out of the box!
  • Sealed styles support. Now you can use awsm.css without affecting global namespace.
  • Styles for form, fieldset, input, textarea, select, button`, etc. Forms support is here!

Changed

  • Maximum font size (20px → 18px).
  • Anchor sign (§).

Removed

  • Serif fonts.
  • Retina borders.
  • abbr underlining.
  • All transitions.

Dev changes

  • Moved to Dart Sass instead of Node Sass.
  • All deps were updated.
  • Added 'start' npm script.
  • Removed useless gulp plugins.
  • Add precommit linting & fixing issues in SCSS.
  • Theme changing on demo page.
  • Node 6 support was removed.

Read more about this release

v2.1.0

7 years ago

Added:

  • Rems for font size & page width (#76).
  • Margins for aside.
  • Styles for h4, h5, h6 (#81).
  • Support for header anchor links.
  • More demos (#80).
  • “How to contribute” guide.

Fixed:

  • Code block right border size.

v2.0.0

7 years ago
Added: - Fluid typography (#12). - Scroll indicator for code blocks (there is dark border on a side if code overflows block). - Support of `picture` tag. - Background color for selection. - Styles for spoiler (`details`, `summary`). - More demos: blog, homepage (#14). - PostCSS support. - Stylelint (#10). - Travis CI integration (#20). - Separated task in Gulp for linter. - Pug instead of HTML for development (#70). - Editorconfig. - Changelog (#16).

Changed:

  • All library is refactored.
  • More clearly styles for tables and code / code-blocks.
  • Header styles.
  • All headers (h1..h6) are bold now.
  • Variables notation.
  • Replaced gulp-minify-css with gulp-csso.

Removed:

  • Forms support.
  • Useless examples.

v1.2.0

8 years ago
Added: - #9 Adaptive fonts & forms.

Fixed:

  • #7 Non-input element in a form does not have a margin-bottom.
  • #8 Checkbox element inside of label are blocks.

v1.1.0

8 years ago
Added: - Responsive tables and forms.

Fixed:

  • iOS buttons/inputs appearance.

v1.0.0

8 years ago
It works.