flystyles
Advanced tools
Comparing version 2.20.10-beta-2 to 2.20.10-beta-3
@@ -8,4 +8,3 @@ --- | ||
Visibility classes let you show or hide elements based on screen size or device orientation. | ||
You can use it from a breakpoint, or up to a breakpoint, for example: | ||
Visibility classes let you show or hide elements. You can use it from a breakpoint, or up to a breakpoint if you need to hide it based on screen size or device orientation, for example: | ||
`fromSmall-hidden` or `upToSmall-hidden`. | ||
@@ -15,3 +14,5 @@ | ||
You can also use `opacity-0` and `opacity-1` if you want to show or hide an element regardless of the breakpoints. | ||
{% example html %} | ||
@@ -21,2 +22,3 @@ <span class='fromMedium-hidden'>Hidden on medium up</span> | ||
<span class='fromLarge-hidden'>Hidden on large up</span> | ||
<span class='opacity-1'>Always shown, change it to 0 to hide it</span> | ||
{% endexample %} |
{ | ||
"name": "flystyles", | ||
"version": "2.20.10-beta-2", | ||
"version": "2.20.10-beta-3", | ||
"description": "Flywire UI Framework", | ||
@@ -5,0 +5,0 @@ "author": "Javier Arques <javier.arques@flywire.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2083106