prius-2.0.0-rc1/prius.libraries.yml
prius.libraries.yml
# Global styling.
global-styling:
version: VERSION
css:
theme:
css/style.css: {}
css/print.css: { media: print }
# Custom js and dependencies.
corescripts:
version: VERSION
js:
js/scripts.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
- prius/modernizr
# Min/max-width media query polyfill for IE 6-8.
respond:
remote: https://github.com/scottjehl/Respond
version: 1.4.2
license:
name: MIT
url: https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT
gpl-compatible: true
js:
//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js: { every_page: true, weight: -1, browsers: { IE: 'lte IE 8', '!IE': false } }
# Emulates CSS3 pseudo-classes and attribute selectors for IE 6-8.
selectivizr:
remote: http://selectivizr.com/
version: 1.0.2
license:
name: MIT
url: http://opensource.org/licenses/MIT
gpl-compatible: true
js:
//cdnjs.cloudflare.com/ajax/libs/selectivizr/1.0.2/selectivizr-min.js: { every_page: true, weight: -1, browsers: { IE: 'lte IE 8', '!IE': false } }
modernizr:
# Block the page from being loaded until Modernizr is initialized.
header: true
remote: https://github.com/Modernizr/Modernizr
license:
name: MIT
url: https://modernizr.com/license/
gpl-compatible: true
version: "3.11.7"
js:
vendor/modernizr/modernizr.min.js: { preprocess: 0, weight: -21, minified: true }
