Awesome
<p align="center"> <img src="http://kocisov.github.io/coffeebreak/static/coffeebreak.png" alt="" width="200"> </p>coffeebreak
Tool for live editing CSS written in Vue
Screenshot
<img src="http://kocisov.github.io/coffeebreak/static/coffeebreak.gif" alt="">Run coffeebreak
Application is located at http://kocisov.github.io/coffeebreak/
Compile your own build
git clone https://github.com/Kocisov/coffeebreak.git
cd coffeebreak
npm install
# for devServer with hot reload
npm start
# build for production
npm run build
Contribution
- Fork repo
- Make some code
- Pull request
- Be happy :)
All contributions are very appreciated!