Sha256: f1ae0a342c9056b6f06e79adee5d1a4dd8a71f0e5782731a76c5d77e4a94954f
Contents?: true
Size: 1.7 KB
Versions: 11
Compression:
Stored size: 1.7 KB
Contents
# ------------------------------------------------------------------------------ # ~/_data/j1_polyfills.yml # Default configuration for all Polyfills used by J1 Template # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ # Settings # If enabled, a Polyfill (JS component) gets inialized # enabled # ------------------------------------------------------------------------------ # Enables|Disables the use of Stickyfill # # values: boolean (true|false) # default: true # # Pro tips # ------------------------------------------------------------------------------ # CSS styles # # top specifies sticky’s position relatively to the top edge of the viewport. # It accepts negative values, too. # # You can push sticky’s bottom limit up or down by specifying positive or # negative margin-bottom. # # Any non-default value (not visible) for overflow, overflow-x, or overflow-y # on any of the ancestor elements anchors the sticky to the overflow context # of that ancestor. # # Simply put, scrolling the ancestor will cause the sticky to stick, # scrolling the window will not. This is expected with overflow: auto and # overflow: scroll, but often causes confusion with overflow: hidden. # Keep this in mind. # # ------------------------------------------------------------------------------ # stickyfill: enabled: true
Version data entries
11 entries across 11 versions & 1 rubygems