Releases: KugiHaito/CSSObject.js
Releases Β· KugiHaito/CSSObject.js
1.6.1 - Statically Static
1.6.0 - Static & Local Stylesheets
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
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
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
Changed
- indentation tab to spaces
Added
- bundle
cssobject.js
file (no ES5)
Check CHANGELOG.md to see details of others versions
cssobj.js
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 :)