projects.verou.me Open in urlscan Pro
2606:50c0:8002::153  Public Scan

URL: https://projects.verou.me/rework-utils/?url=https%3A%2F%2F4k-vr.com%2F
Submission: On January 03 via manual from LU — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="cssForm" action="">
  <fieldset>
    <legend>CSS</legend>
    <div>
      <label>
        <input type="radio" name="cssInput" value="url"> URL to stylesheet or website: <input id="cssURL" type="url" value="https://lea.verou.me/wp-content/themes/lv2020/style.css" class="loading">
      </label>
      <label>
        <input type="radio" name="cssInput" value="text"> Direct input: <textarea id="cssCode"></textarea>
      </label>
    </div>
  </fieldset>
</form>

Text Content

REWORK UTILS

To try out, enter CSS below or a URL, then play around in the console with the
AST or ast variables (which is also displayed below). All util functions, as
well as parsel, are imported into the global scope so you can play around with
them too. API Docs

To test a JS query from the css-almanac repo use testQuery(filename), with or
without the .js extension, or select it from the Query menu below. To test local
queries, just clone this repo next to the css-almanac repo and run from
localhost.

CSS
URL to stylesheet or website: Direct input:
Query All properties used All functions used Custom property names #1 Custom
property metrics #1 Custom property animation #3 paint() #4 Specificity #5
Sizing model #8 Prefixes #9 Shorthands vs longhands #10 Lengths #11 Layout
methods #14 @supports #19 Gradients #20 Transitions & Animations #21 Properties
commonly used together #26 Specificity Hacks #27 calc() #28 Nonexistent
properties #29 Media Query features #30 Media Queries #30 Selector parts #31
Colors #32 grid-template-areas #33 Named grid lines #34 Gridlike flexbox #35
Multiple column layout #36 direction CSS property #38 Logical properties &
values #43 Media Query Properties #45 !important #48 Global keywords #49
Declaration repetition #54 Re-run Read Github Issue







Made by Lea Verou • Repo