-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Utilities
-
/helpersto/utilities - change breakpoint syntax
width-100-p-sm-> `sm:width-100-p - change breakpoints to all be min-width
-
color-dark->color-700 -
text-smallertotext-xs(xs sm lg xl) - add
width-3/4,width-full - update spacing scale
1/4 1/2 3/4 1 5/4 3/2 2 3 4 5... -
grid->flex - add
shadow(includingshadow-inset, 1px inset with--shadow-inset-opacity) - add
rounded-1 - change psuedo-classess
bg-blue-hover->hover:bg-blue - add psuedo classes
active,focus,hover,checked,focus-within,first,last - add
group-hover:syntax for psuedo classesgroup-hoverrolls up to:hoveron.group - spacing units from
emtorem - include normalize (https://tailwindcss.com/docs/preflight)
- update all display: to value
.cellto.table-cell -
hidetohidden - add
contentsasdisplay: contents - add
object-coverasobject-fit: cover - add
object-centerasobject-position: center; - add
inset-fortop: 0; right: 0; left: 0; bottom: 0 - add
orderfor flex - add
space-hto.space-x-0 > * + * - add
text-italic - add
text-hairline...hairline thin light normal medium semibold bold extrabold black - add
tracking-andleading- - add
list- - add
placeholder-to colors - add
underline, changetext-decoration-nonetounderline-none - update
text-transformto reflect values - update 'align-` to reflect values of vertical-align
- add
text-opacityandbg-opacityvia--bg-opacity: 1 - add
border- - add `border-opacity
- add
divide- - add all
cursor- - add
fill-currentset tocurrentColor - add
break- - add
line-through - add
text-wrap - add
select- - add
rotate- - add animations
spin pulse ping bounce shimmer blink - add a utility to apply to all children
Components
- Add UniformTabs
- Add UniformSticky to toggle stuck class for css's
position:sticky
Docs
- Add docs for size and color mixins
- Add docs for including scss via node configuration
Issues
.bg-hover-blue-lightest{
&:hover > th,
&:hover > td{
background: color('blue-lightest') !important;
}
}Reactions are currently unavailable