The Wayback Machine - https://web.archive.org/web/20210124074345/https://github.com/scriptex/itcss/releases
Skip to content

@scriptex scriptex released this Dec 2, 2020 · 33 commits to master since this release

This release unpins the versions of the package's peer dependencies.

Assets 2
  • 1.7.0
  • 0dab958
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.7.0
  • 0dab958
  • Compare
    Choose a tag to compare
    Search for a tag

@scriptex scriptex released this Nov 18, 2020 · 43 commits to master since this release

BREAKING CHANGES:

This release

  1. Removes the modifier classnames for grid items (.o-grid__item--1of2 and such) and instead introduces a new grid system based on variables. The variables are explained and demoed in the README.

NEW FEATURES

  1. Introduces several new variables:
  • --gap - used to define the spacing between grid items and floated elements
  • --columns - used to define the columns in the new grid
  • --shell-gap - used to define the right and left padding of the o-shell object
  • --breakpoints - list of prefixes for media queries used to build the responsive helper classes
  • --displays - list of display properties used to build the responsive helper classes
  • --alignments - list of text-align properties used to build the text alignment utilities.
  1. Adds new clear utility classes for clearing after floats: clear, clear-left and clear-right
  2. Adds a new display mixin.
Assets 2
  • 1.6.0
  • 61d5311
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.6.0
  • 61d5311
  • Compare
    Choose a tag to compare
    Search for a tag

@scriptex scriptex released this Sep 10, 2020 · 65 commits to master since this release

This release introduces media queries for user preferences: @media (prefers-color-scheme: light) and @media (prefers-reduced-motion: reduce).
This release improves the usage details and documentation.

Assets 2

@scriptex scriptex released this Jun 12, 2020 · 86 commits to master since this release

1.5.1

Remove nesting in lists nested in navs
Assets 2

@scriptex scriptex released this Jun 12, 2020 · 87 commits to master since this release

This release takes care of correct transpiling of media queries.
Due to a bug in the postcss-preset-env package, the postcss-custom-media packages was installed.
This release also takes care of fixing and correcting the format of the hover media query.

Assets 2

@scriptex scriptex released this Jun 11, 2020 · 91 commits to master since this release

This release:

  • updates the paths to each of the files.
  • removes usage of nesting
  • BREAKING renames two of the color variables
  • updates some dependencies
  • replaces the color-mod function output with rgba or rgb colors
Assets 2

@scriptex scriptex released this Sep 21, 2019 · 119 commits to master since this release

This release adds more responsive utility classes for flex and inline-flex display on all devices and breakpoints.
Details in the PR

Assets 2
  • 1.2.0
  • 46cb1aa
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1.2.0
  • 46cb1aa
  • Compare
    Choose a tag to compare
    Search for a tag

@scriptex scriptex released this May 8, 2019 · 144 commits to master since this release

This release updates text-decoration-skip-ink to the latest spec.
The master stylesheet is updated based on the latest normalise.css version.

Assets 2

@scriptex scriptex released this Jan 3, 2019 · 164 commits to master since this release

This release improves the documentation

Assets 2

@scriptex scriptex released this Jul 27, 2018 · 221 commits to master since this release

Instead of outdated color function use color-mod.

Assets 2