pip3 install pipenv
pipenv shell
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Really Great Example</title> | |
| <link rel="stylesheet" type="text/css" href="style.css" /> | |
| </head> | |
| <body class="background"> | |
| <div class="head"> | |
| <div class="ear left"> | |
| <div class="inner-ear"></div> |
| /*! = $rembase: 14px | |
| -------------------------------------------------------------- | |
| * hmtl { font-size: 87.5%; } | |
| * body { font-size: 14px; font-size: 1rem; line-height: 1; } | |
| * 4px 0.28571429rem | |
| * 8px 0.571428571rem | |
| * 12px 0.857142857rem | |
| * 13px 0.928571429rem | |
| * 14px 1rem | |
| * 16px 1.142857143rem |