WordPress > Customize > Import Module

Import CSS Module

5-module.css is a part of the CSS file. There is module to read file that has been specified in the style made by import rule.

In initial condition, import rule as comment out. To delete a comment that will start reading.

Import

Import rule is put to /* and */, there is a comment out state.
This state does not read hoge.css.

/*--------------------------------------
 description of module
---------------------------------------*/
/*
@import url(module/foo.css); 
*/

does not read as comment

To read module, the front and back /*, */ is deleted, comment is cancelled. foo.css starts reading.

/*--------------------------------------
 description of module
---------------------------------------*/

@import url(module/foo.css);

reading

Eye Catch Module Module is like to lift out only comment reflected by the Calendar and Global Navi Module earlier themes such as XHTML additional description is necessary. As for those which you do not use, please be sure to reset to a state where comment out it is done.

Return to page top