php - I do not want a child to inherit parent's css -
i have project built this:
- index page full layout
- separate php files including index page
in index page use bootstrap in separate php files use jqgrid, not go along bootstrap well. combination of these 2 makes jqgrid's shrinktofit or autowidth disfunction.
is there way exclude whole bootstrap css being inherited in separate php files?
yes can exclude whole bootstrap functionality , using php regular expression comment link bootstrap file loading, bootstrap functionality not affect page.
Comments
Post a Comment