Tema con ancho variable dentro de la configuración

#{...} is scss interpolation:

My guess is that it’s required in some of the examples you shared because all theme settings are ‘string’ variables. Interpolation allows those strings to be used in places which would normally require a specific variable type. In many case though, you can probably get away with just $variable

2 Me gusta