If you work with email, you can create your own LESS or SASS files and override and modify classes we set.
π‘ To use the Assets menu, you must have the DEVELOPER role.
Manage Assets
To use the asset functions, you must first create a new file.
Open the desired email in the JUNE Editor.
Navigate to Assets in the left sidebar and click Manage in the top bar.
First, click on the three dots next to the desired asset type.
Select Add asset.
Name the new file and type in a scope (for emails, the scope is always of type Page).
Click Create to create the new asset.
Edit Assets
First go to the tab of the desired asset type.
Use the dropdown to select the desired asset.
Write code in the desired language.
As you change code, the view in the editor updates in real time.
Press Save if you want to persist your changes.
LESS
LESS is a so-called preprocessor for CSS, which allows nice features like variables. However, it is also possible to write pure CSS in LESS without using the extra features.
π Read more: https://lesscss.org
SASS
SASS is another preprocessor for CSS that brings similar features as LESS.
It is also possible to write pure CSS here.
π Read more: https://sass-lang.com