Skip to content

Version 4.0.0 is here

Compare
Choose a tag to compare
@nico3333fr nico3333fr released this 09 Sep 13:40

New features

  • added detection of breakpoint (can be used by JavaScript), based on body::before content.
  • added a lot of responsive atomic helpers (see below)
  • added reset on button, input, etc.
  • added class .nonvisible (visibility: hidden), useful for apps
  • added variables for colors (.button, body, etc.)
  • added variables for clear floats
  • added class inline-row

A touch of atomic

  • added helpers for text (ex.: .onmobile-aligncenter { text-align: center; } )
  • added helper generation for margin/paddings, namespaced for each major breakpoint (ex.: .ontablet-pl0 { padding-left: 0; } )

Fixes bugs, enhancements, removals

  • input/button/etc. with disabled attribute won’t have mouse cursor anymore (as they are disabled :) )
  • enhanced hyphenation system (based on Knacss’ idea)
  • added [hidden] styles
  • removed default styles on buttons
  • enhanced reset4print class for print version
  • removed default border style for dialog tag
  • updated str-replace function in Sass versions
  • updated quotation URL reference, and other URLs in files
  • updated comments in Sass version
  • fixed typos

Website

  • the website is now working as a PWA.