https://github.com/exoridus/exojs-examples
https://github.com/exoridus/exojs-examples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/exoridus/exojs-examples
- Owner: Exoridus
- Created: 2020-04-16T10:05:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T14:07:07.000Z (over 1 year ago)
- Last Synced: 2025-02-07T18:49:36.222Z (about 1 year ago)
- Language: JavaScript
- Size: 6.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExoJS-examples
Regex
@include unitize\(([a-zA-Z\-]*),( \d*)+\);
$1: $2px;
@include animation\(([^)]*)\);
animation: $1;
@include transition\(([^)]*)\);
transition: $1;