/*
File Name: test.less
Date: 04/27/20
Programmer: Fredy Chavez
*/

@myColor: #d24444;

body {
    background-color: @myColor;
}