0.0.0 • Published 2 years ago

oclass v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

OClass

OClass facilitates the generation of layout, themes and prototypes, OSClass is autogenerative and configurable, the objectives of this library are:

  1. Provide a solution to the definition of classes in a declarative and responsive way.
  2. provide a self-healing class system.
<script src="http://unpkg.com/oclass"></script>
<link
  rel="stylesheet"
  href="http://unpkg.com/oclass/classes.css"
  data-config='{
      "colors":{
        "primary":"black",
        "secondary": "magenta"
      },
      "shadows":{
        "1":"0px 12px 22px black"
      },
      "radius":{
        "1": ".5rem"
      }
    }'
  onload="OClass(event.target)"
/>