mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
Merged RTL pull request into css files, and updated docs for hamburger menu.
Will create new versioning soon, I have something else I'd like to include.
This commit is contained in:
parent
828d1f3143
commit
b7100d22d5
239 changed files with 5355 additions and 838 deletions
|
@ -16,7 +16,7 @@
|
|||
cursor: pointer;
|
||||
|
||||
@if $enable-transitions {
|
||||
transition: color var(#{$css-var-prefix}transition);
|
||||
//transition: color var(#{$css-var-prefix}transition);
|
||||
}
|
||||
|
||||
&:not([role]) {
|
||||
|
@ -51,7 +51,7 @@
|
|||
content: "";
|
||||
|
||||
@if $enable-transitions {
|
||||
transition: transform var(#{$css-var-prefix}transition);
|
||||
//transition: transform var(#{$css-var-prefix}transition);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
|
||||
&::after {
|
||||
transform: rotate(0);
|
||||
//transform: rotate(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue