• Live group demo of Marketing Hub + Data Agent

    Standardize reporting, reduce manual work, and introduce AI without cleanup

    Join us on March 12
  • Ready to build your local HubSpot community?

    HUG leaders host events, spark connections, and create spaces where people learn and grow together.

    Become a HUG Leader

Question about CSS for HubSpot boilerplate.

tatsuki
Participant

Hi, I am wondering if there is a CSS for HubSpot boilerplate.

https://github.com/HubSpot/cms-theme-boilerplate/tree/main

 

I assume there is a minimal amount of CSS for HubSpot boilerplate, but is this CSS for all the dozens of different modules "rich_text.module", "form.module", etc. that are available in the @hubspot folder?

If there is a dedicated style file for a module, what is the name of that file?

Or can I just apply my own original CSS to the modules provided by @hubspot?

Sorry if this is a silly question.

1 Accepted solution
felixmacaspac
Solution
Contributor

Hi @tatsuki the CSS files are under the src folder of the theme. you can see the following here:
https://github.com/HubSpot/cms-theme-boilerplate/tree/main/src/css

View solution in original post

2 Replies 2
felixmacaspac
Solution
Contributor

Hi @tatsuki the CSS files are under the src folder of the theme. you can see the following here:
https://github.com/HubSpot/cms-theme-boilerplate/tree/main/src/css

tatsuki
Participant

Thank you very much.