This repository was archived by the owner on Apr 19, 2022. It is now read-only.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.8.2->0.9.0Release Notes
jgthms/bulma
v0.9.0Compare Source
Deprecation warning
The
base/helpers.sassfile is deprecated. It has moved into its own/helpersfolder. If you were importingbase/helpers.sassorbase/_all.sass, please importsass/helpers/_all.sassnow.If you were simply importing the whole of Bulma with
@import "~/bulma/bulma.sass"or similar, you won't have to change anything, and everything will work as before.The
listcomponent is also deprecated: thecomponents/list.sassfile has been deleted. It was never officialy supported as it was too similar topanelcomponent. Use that one instead.RTL support
Bulma now has RTL support.
By setting the Sass flag
$rtltotrue, you can create an RTL version of Bulma, thanks to 4 new Sass mixins:=ltr=rtl=ltr-property($property, $spacing, $right: true)=ltr-position($spacing, $right: true)The Bulma package now also comes with a
bulma-rtl.cssandbulma-rtl.min.cssfile to be used straight away.Spacing helpers
Bulma now has spacing helpers: https://bulma.io/documentation/helpers/spacing-helpers/
Bulma provides margin
m*and paddingp*helpers in all directions:*tfor top*rfor right*bfor bottom*lfor left*xhorizontally for both left and right*yvertically for both top and bottomYou need to combine a margin/padding prefix with a direciton suffix. For example:
margin-top, usemt-*padding-bottom, usepb-*margin-leftandmargin-right, usemx-*Each of these
property-directioncombinations needs to be appended with one of 6 value suffixesThis release also includes the following helpers:
Improvements
is-vcenteredBug fixes
is-toggletagRenovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.