CSS Styling - gtbu/Typesetter5.2 GitHub Wiki
Css styling happens within the styles.css (.scss, .less) in the template folder (/themes/template-name or /data/_themes/template-name) or in the layout - editor in the right top corner of the single site(custom.css, which is added automatic).
-
As Typesetter has inbuilt compilers for LESS and SCSS, the format can be .css .less or .scss.
-
If You want to style a leave (' li ') in the pagemanger, You have the possibility to add classes to each individual ' li - Element ' . The menu - point : Menu Output - classes allows to add custom - classes to each li. You can so for example add icons like li.custom1::before {...}.
-
More mixins (untested with Typesetter)