Releases: yellowled/yl-bp
Releases · yellowled/yl-bp
4.3.0
- Add eslint browser compatibility plugin
- Add postcss-focus-within
- Reorganize build tasks
- Use cssnano instead of cleancss
- Use rollup to bundle and prefix JS
4.1.0
- Update viewport meta element
- Add prettier config
- Add htmlhint config + task
- Upgrade to babel 7
- Add html minifier config + task
- Add a simple styleguide
- Switch to svgstore-cli for SVG sprite generation
4.0.0
The "Everything changes!“ release featuring ES6 + Babel.
3.3.0
- Replace frend.co accordion + tabs with plugins by nico3333fr
3.2.0
- Add more universal print style resets
- Add stylelint plugins (scss + order)
- Change default blockquote source selector
- Rename default vh helper class (from
visuallyhidden
to sr-only
)
- Reorganize base style partials
- Update SVG markup for nav toggle button
- Update
visuallyhidden
mixin
3.1.6
- Reorganize constants
- Improve mixins
- Remove obsolete SVG fallback code
- Revert to final newline rule (except for HTML + includes)
- Update jshint config
- Update htmlhint config
- Add config.js values for more tasks
3.1.5.
- Various CSS fixes “backported” from H5BP
- Larger grid default width
- Fix font-sizing cascade for preformatted text
- Various cleanup in code formatting
- Updated dependencies
3.1.4
- Add placeholder directory for self-hosted webfonts
- Add + include mixins for modern + legacy webfont code
- Add project-specific partial to include webfont SCSS
3.1.3
- Add postcss-flexbugs-fixes to take care of flexbugs
- Simplify sans system font stack
- Update stylelint rules
- Update dependencies & devDependencies