8000 GitHub - easylogic/css: CSS Prototype Editor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 25, 2019. It is now read-only.

easylogic/css

Repository files navigation

EasyLogic Studio - Enjoyable CSS Gradient Editor

This project is purity CSS editor.

https://css.easylogic.studio/

You can use it as you see it.

Screen Shot

Features

  • Support multi DIV Layers
  • Support multi css background images(gradients)
  • Support easy colorstep tool
  • Support static colorstep
  • Support DIV clip-path property for SVG
  • Support to export (html, css)
  • Support to export both codepen and jsfiddle
  • Support local storage
  • Support css filter
  • Support box-shadow, text-shadow

Developments

local dev

git clone https://github.com/easylogic/css
cd css
npm install 
npm run dev 
open localhost:10001/dev.html 

build

npm run build 
npm run dev
open localhost:10001/index.html

License : MIT

0