Hi,
we've just bought canvas and trying to get a bit of orientation about it.
First question is related on css. What is the bare minimum css to import?
If we would like to work with sass, what are the files to import?
Understanding the Canvas template
1 reply · opened Jan 9, 2023
Hello,
Thanks so much for Purchasing Canvas! :)
We recommend importing the Base Style files. Consider using the sample below:
[ch_pre]// Initialize
@import "sass/variables";
@import "sass/mixins";
// Bootstrap
@import "sass/bootstrap/bootstrap";
// Core CSS
@import "sass/layouts";
@import "sass/typography";
@import "sass/utilities";
// Content Blocks
@import "sass/header";
@import "sass/pagetitle";
@import "sass/content";
// Forms
@import "sass/forms";
// Footer
@import "sass/footer";[/ch_pre]
The above code is the bare minimum SASS Files required to run Canvas. Other SCSS Files can be included based on the Components you plan to use for your Website.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard