External CSS

To import CSS from an external location, add the following to the top of your default.css file:

@import-end "{url to file}"; to load the CSS to the end of the default.css

OR

@import-start "{url to file}"; to load the CSS to the top of the default.css

 

This process should only be used for the design testing and implementation. Once the final design is complete, the file should be uploaded to the Assets folder in the default.css file.

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

Article is closed for comments.