In theme folder, in variables.scss:
1) Redefine a one:
$content-padding: 8px;
2) Add one, inside a map, for instance, colors or outside of it.
Inside:
$colors: (
primary: #488aff,
secondary: #32db64,
danger: #f53d3d,
light: #f4f4f4,
dark: #222,
myColor: #f2f2f2
);
Outside:
$myColor: #f2f2f2
No hay comentarios:
Publicar un comentario