https://github.com/css-george/css-george
Runtime editor for variables in annotated CSS files.
https://github.com/css-george/css-george
Last synced: 8 months ago
JSON representation
Runtime editor for variables in annotated CSS files.
- Host: GitHub
- URL: https://github.com/css-george/css-george
- Owner: css-george
- License: mit
- Created: 2017-01-10T18:27:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T02:56:32.000Z (over 9 years ago)
- Last Synced: 2025-03-05T08:51:38.204Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://css-george.github.io
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
css-george
==========
A runtime editor for style variables via annotated CSS files.
This should **not be included in production**.
Installation
------------
Installation is easy via npm:
```
npm install --save-dev css-george
```
Usage
-----
To add the necessary annotations for variables to your CSS, use the [Less
plugin](https://github.com/css-george/less-plugin-css-george).
Include the george.js file in your HTML page, and press the `~` key at runtime
to bring up the editor.
Contributing
------------
Contributions of bug reports, feature requests, and pull requests are greatly
appreciated!
Please note that this project is released with a [Contributor Code of
Conduct](https://github.com/css-george/css-george/blob/master/CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.
Licence
-------
Copyright © 2017 Darryl Pogue
Licensed under the MIT Licence.