Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0.1.0
- Initial release.
- Basic Sass syntax support. Now supporting nesting and pseudo-classes.
0.2.0
- Fixed nesting.
- Variables, comments, ‘!important’ support.
- Added Stringifier.
0.3.0
0.3.1
- Dependencies update (postcss, eslint, jest, postcss-parser-tests, postcss-scss).
hoek
dependency security fix.
0.3.2
0.3.3
0.3.4
- Added
source
and parent
fields to comment node.
0.3.5
- Minor updates in comment node.
0.4.0
- Added support for media queries.
- Updated dependencies.
0.4.1
- Return null if node in
process
method didn’t find.
0.4.2
- Added ignoring of unsupported rules which starts from
@
(@alpaca-tc).