# Frontend Setup

When you are using the default CSS for rendering the grids of Article Editor, you need to make sure the right assets are published in your frontend. You can achieve this using the following code in your TWIG template(s):

{% do view.registerAssetBundle("creativeorange\\craft\\article\\assets\\ArticleAssets") %}

# Bring your own CSS (framework)

When you decide to use your own CSS, you have to make sure to make these files available in the frontend. To configure the CSS for the Control Panel of you Craft CMS, see Customize > Changing CSS.

Last Updated: 3/12/2024, 3:08:26 PM