HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/BOoms/pro-oils.be/wwwroot/sass/global/_base.sass
*
  box-sizing: border-box

/*
 * Set up the body
 *
 * 1. This is the base for al rem units
 */
html
  font-size: 20px /* 1 */
  line-height: 1.6

  +respond-to-width(525)
    font-size: 16px

/**
 * 1.Default display for images is block to lose the extra margin below the image
 * 2. Remove border / especially on older browsers
 */
img
  display: block /* 1 */
  border: none

/**
  * Add translation to prevent recoloring from autocomplete
  */
input, textarea
  +placeholder
    transition: all 9999s linear 9999s

/*
 * Remove default margin around figure
 */
figure
  margin: 0