Add a way for the frameworks to drop a small number of styles into the head of the document. Will need to run on $(document).ready(), probably before load.
This will let me drop stylesheets completely.
For reference, v5 is being build with bootstrap4 as it's first framework, and does not yet need any additional styles, I'm able to do everything with the provided framework.
Add a way for the frameworks to drop a small number of styles into the head of the document. Will need to run on $(document).ready(), probably before load.
This will let me drop stylesheets completely.
For reference, v5 is being build with bootstrap4 as it's first framework, and does not yet need any additional styles, I'm able to do everything with the provided framework.