tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

scope-implicit.css (82B)


      1 @scope {
      2  .a {
      3    width: 100px;
      4    height :100px;
      5    background: green;
      6  }
      7 }