Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/css-george/css-george
Runtime editor for variables in annotated CSS files.
https://github.com/css-george/css-george
Last synced: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T02:56:32.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T01:57:38.141Z (about 2 months 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.