Editor

The editor is intended for testing out Declass features. Have fun with it!

<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link
      rel="stylesheet"
      href="https://declass.netlify.app/css/declass.min.css"
    />
  </head>
  <body style="--color: var(--bluepurple)">
    <div>
      <h1>
        Hi!
      </h1>
      <p>I'm text inside of a <code>div</code>.</p>
    </div>
  </body>
</html>
<!-- This is an example of Declass -->