/
(5)-b. Setting to include Style Sheet

(5)-b. Setting to include Style Sheet

You can also import a defined CSS style sheet.
To import, define as below:

/* To import a file in the static resource */
@import url("{!$Resource.SAMPLE.css}"); 

/* To import a zip file in the static resource */
@import url("{!$Resource.ZIPFILE, '/css/SAMPLE.css' }"); 

/* To import a file at the public URL */
@import url("http://www.example.com/css/SAMPLE.css");

 

 

Related content