MDL-55402 theme_noname: Convert bootstrapbase to bs4
authorDamyon Wiese <damyon@moodle.com>
Fri, 15 Jul 2016 09:02:22 +0000 (17:02 +0800)
committerDan Poltawski <dan@moodle.com>
Fri, 23 Sep 2016 09:49:48 +0000 (10:49 +0100)
commit536f0460331fe3b257557a77e68d4de9cb158c40
tree7f6e70789449c3aa8f96906d44f9efa0d13de0b0
parent3ba0023871a57cfacbcd2f5742a3f3afcd2e1088
MDL-55402 theme_noname: Convert bootstrapbase to bs4

All moodle less files are converted to sass with layouts etc
written as mustache templates.

Bootstrap 4 sass files are imported to scss/bootstrap.

Part of MDL-55071
131 files changed:
lib/outputrenderers.php
lib/outputrequirementslib.php
lib/templates/skip_links.mustache [new file with mode: 0644]
theme/noname/classes/output/core_renderer.php [new file with mode: 0644]
theme/noname/config.php
theme/noname/layout/columns1.php [new file with mode: 0644]
theme/noname/layout/columns2.php [new file with mode: 0644]
theme/noname/layout/columns3.php [new file with mode: 0644]
theme/noname/layout/default.php [deleted file]
theme/noname/layout/embedded.php [new file with mode: 0644]
theme/noname/layout/maintenance.php [new file with mode: 0644]
theme/noname/layout/secure.php [new file with mode: 0644]
theme/noname/readme_moodle.txt [new file with mode: 0644]
theme/noname/scss/bootstrap/LICENSE [new file with mode: 0644]
theme/noname/scss/bootstrap/_alert.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_animation.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_breadcrumb.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_button-group.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_buttons.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_card.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_carousel.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_close.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_code.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_custom-forms.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_custom.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_dropdown.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_forms.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_grid.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_images.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_input-group.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_jumbotron.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_list-group.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_media.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_mixins.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_modal.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_nav.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_navbar.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_normalize.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_pagination.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_popover.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_print.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_progress.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_reboot.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_responsive-embed.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_tables.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_tags.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_tooltip.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_type.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_utilities.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/_variables.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/bootstrap-flex.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/bootstrap-grid.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/bootstrap-reboot.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/bootstrap.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_alert.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_background-variant.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_border-radius.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_breakpoints.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_buttons.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_cards.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_clearfix.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_forms.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_gradients.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_grid-framework.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_grid.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_hover.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_image.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_list-group.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_lists.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_nav-divider.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_navbar-align.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_pagination.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_progress.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_pulls.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_reset-filter.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_reset-text.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_resize.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_screen-reader.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_size.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_tab-focus.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_table-row.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_tag.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_text-emphasis.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_text-hide.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/mixins/_text-truncate.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/utilities/_background.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/utilities/_clearfix.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/utilities/_display.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/utilities/_flex.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/utilities/_pulls.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/utilities/_screenreaders.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/utilities/_spacing.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/utilities/_text.scss [new file with mode: 0644]
theme/noname/scss/bootstrap/utilities/_visibility.scss [new file with mode: 0644]
theme/noname/scss/moodle.scss [new file with mode: 0644]
theme/noname/scss/moodle/admin.scss [new file with mode: 0644]
theme/noname/scss/moodle/backup-restore.scss [new file with mode: 0644]
theme/noname/scss/moodle/blocks.scss [new file with mode: 0644]
theme/noname/scss/moodle/buttons.scss [new file with mode: 0644]
theme/noname/scss/moodle/calendar.scss [new file with mode: 0644]
theme/noname/scss/moodle/chat.scss [new file with mode: 0644]
theme/noname/scss/moodle/core.scss [new file with mode: 0644]
theme/noname/scss/moodle/course.scss [new file with mode: 0644]
theme/noname/scss/moodle/debug.scss [new file with mode: 0644]
theme/noname/scss/moodle/dock.scss [new file with mode: 0644]
theme/noname/scss/moodle/editor.scss [new file with mode: 0644]
theme/noname/scss/moodle/expendable.scss [new file with mode: 0644]
theme/noname/scss/moodle/filemanager.scss [new file with mode: 0644]
theme/noname/scss/moodle/forms.scss [new file with mode: 0644]
theme/noname/scss/moodle/grade.scss [new file with mode: 0644]
theme/noname/scss/moodle/message.scss [new file with mode: 0644]
theme/noname/scss/moodle/modules.scss [new file with mode: 0644]
theme/noname/scss/moodle/question.scss [new file with mode: 0644]
theme/noname/scss/moodle/reports.scss [new file with mode: 0644]
theme/noname/scss/moodle/responsive.scss [new file with mode: 0644]
theme/noname/scss/moodle/search.scss [new file with mode: 0644]
theme/noname/scss/moodle/tables.scss [new file with mode: 0644]
theme/noname/scss/moodle/templates.scss [new file with mode: 0644]
theme/noname/scss/moodle/undo.scss [new file with mode: 0644]
theme/noname/scss/moodle/user.scss [new file with mode: 0644]
theme/noname/style/bootstrap.css [new file with mode: 0644]
theme/noname/style/build.css
theme/noname/style/build.css.map [new file with mode: 0644]
theme/noname/templates/columns1.mustache [new file with mode: 0644]
theme/noname/templates/columns2.mustache [new file with mode: 0644]
theme/noname/templates/columns3.mustache [new file with mode: 0644]
theme/noname/templates/core/skip_links.mustache [new file with mode: 0644]
theme/noname/templates/embedded.mustache [new file with mode: 0644]
theme/noname/templates/maintenance.mustache [new file with mode: 0644]
theme/noname/templates/secure.mustache [new file with mode: 0644]
theme/noname/thirdpartylibs.xml [new file with mode: 0644]