.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. _administrators_bestpractice_scss_file: .. index:: single:SCSS; file Own SCSS file ============= TypoScript ---------- Include your SCSS file like in the snippet below. .. code:: php page.includeCSS { myOwnCSS = fileadmin/myown.scss } Clean up CSS ------------ See :ref:`Administrators > Best practice > SCSS > Clean up `