Skip to content

Releases: KugiHaito/CSSObject.js

1.6.1 - Statically Static

02 Feb 03:33
Compare
Choose a tag to compare

Added

  • Change static method

Check CHANGELOG.md to see details of others versions

1.6.0 - Static & Local Stylesheets

02 Feb 01:24
Compare
Choose a tag to compare

Added

  • Add static(text: string, callback: function) method
  • Add support to dataset (data-name) for local stylesheets
  • options to local stylesheets (ignore_files / only_files)

Check CHANGELOG.md to see details of others versions

1.5.0 - Check Queries & Units

01 Feb 00:48
Compare
Choose a tag to compare

Added

  • Support to multiples pseudos
  • Pseudo values to parameters
  • Rule unit values

Check CHANGELOG.md to see details of others versions

1.4.3 - Corrections

28 Jan 06:04
Compare
Choose a tag to compare

Changed

  • ES5 support to bundle file
  • Selector key TagSelector to HTMLSelector

Added

  • Support to many comments in one line

Fixed

  • Rule empty properties, values and functions

Check CHANGELOG.md to see details of others versions

1.4.2 - Clean Up

17 Sep 05:53
Compare
Choose a tag to compare

Changed

  • indentation tab to spaces

Added

  • bundle cssobject.js file (no ES5)

Check CHANGELOG.md to see details of others versions

cssobj.js

21 Aug 01:00
Compare
Choose a tag to compare
cssobj.js Pre-release
Pre-release

THIS IS A TAG OF DEVELOP POINT
A simple parser css functional, writed in javascript vanilla using ES6 classes (all in one file)

This code return:

  • CSS Blocks containing rules array and query selectors & pseudos
  • CSS Statments (import, media, font-face, ...) [low support]

Supports:

  • includes support to DATA URI
  • includes support to get functions values
  • includes support to custom pseudo (pseudo-event)

it's all, thanks for view my project :)