Best of FirefoxAugust 2022

  1. 1
    Article
    Avatar of webweb.dev·4y

    CSS border animations

    There are a few methods available to set a border on an element: border, outline, and box-shadow. Each approach comes with its own advantages and disadvantages, especially when it comes to animating the borders. The main reason to not use a proper CSS border is for animation purposes. The border-image does not follow the border-radius. does not following the border radius.

  2. 2
    Article
    Avatar of codropsCodrops·4y

    How to Copy HTML and CSS Code From Websites Easily

    CSS Scan is a modern browser extension that works well in Chrome, Firefox, Safari, Edge, and possibly any Chromium-based browser. The purpose of the extension is to help you inspect, copy, and edit CSS in the fastest way. The main problem with the “Inspect tool on the homepage of the BBC website, let’s have a look at that latest business news element.

  3. 3
    Article
    Avatar of do_communityDigitalOcean Community·4y

    How To Run End-to-End Tests Using Playwright and Docker

    Playwright is a great tool for end-to-end testing across browsers, including Chromium, Firefox, and Webkit. Playwright has features like auto-support interaction with browsers, so you don't have to install the web drivers manually. To run Playwright, you need an appropriate environment, such as type yes or press enter to confirm the setup for the package. The flag --save-dev is used.

  4. 4
    Article
    Avatar of dzDZone·4y

    What Are Source Maps and How to Properly Use Them

    Source maps offer a way to map code within a compressed JavaScript file back to the original position in a source file. These are a useful, quick, and straightforward way to figure out how to debug a browser as well as easily read compiled scripts. The developer tools for both Chrome and Firefox have built in support for source maps making it easier to trace the compressed files and debug any errors. If you are using Google Chrome, you can easily see the available source maps.