1.3.0 • Published 4 years ago

css-var-editor v1.3.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

css-var-editor

A dat.gui editor which will detect all root css variables of a site and presents them in the editor. From there you can preview you changes.

Example

Install

Add this to your index.html

<script src="https://unpkg.com/css-var-editor"></script>

And you are done. Enjoy =)

Example

Demo

Bookmark snippet

javascript:(function(){s=document.createElement('script');s.type='text/javascript';s.src='https://unpkg.com/css-var-editor?v='+parseInt(Math.random()*99999999);document.body.appendChild(s);})();

Bookmark

1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago