Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Include other css files into the main css
Member | Elite Partner
Jun 19, 2017 8:57 AM
Hi,
I would like to include other CSS files in my main CSS file to keep all structured. I don't want to use @import and i would like to use the variables from an include inside another include.
Is this possible?
This is not working:
/***********************************************/ /* CSS @imports must be at the top of the file */ /* Add them above this section */ /***********************************************/ /****************************************/ /* HubSpot Style Boilerplate */ /****************************************/ /* These includes are optional, but helpful. */ {% include "hubspot/styles/responsive/modules.css" %} {% include "hubspot/styles/patches/recommended.css" %} {% include "{{ get_public_template_url("Custom/page/Standaardisatie/responsive.css") }}" %} {% include "{{ get_public_template_url("Custom/page/Standaardisatie/margins.css") }}" %} /*****************************************/ /* Start your style declarations here */ /*****************************************/
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content