You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

npm-utility-css

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-utility-css

alignItems, alignSelf, alignContent, backgroundColor, backgroundOpacity, textColor, textOpacity, borderColor, borderOpacity, borderWidth, borderRadius, boxSizing, bo

1.0.0
latest
Source
npm
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

I created tailwindCSS like framework that provided css utility classes to quickly create Uniq UI Design without write css.

CSS UTILITY CLASSES ADDED LIKES


alignItems,
alignSelf,
alignContent,
backgroundColor,
backgroundOpacity,
textColor,
textOpacity,
borderColor,
borderOpacity,
borderWidth,
borderRadius,
boxSizing,
boxShadow,
// container, // not implement yet
cursor,
display,
divideColor,
divideWidth,
divideOpacity,
justifyContent,
justifyItems,
justifySelf,
margin,
flex,
flexDirection,
flexWrap,
fontSize,
fontWeight,
gap,
gridTemplateColumns,
gridTemplateRows,
gridAutoFlow,
gridColumn,
gridColumnStart,
gridColumnEnd,
gridAutoColumns,
gridAutoRows,
lineHeight,
opacity,
order,
outline,
overflow,
padding,
pointerEvents,
position,
positionState,
placeholderColor,
placeholderOpacity,
space,
transform,
translate,
textAlign,
textDecoration,
userSelect,
whitespace,
zIndex,
width,
minWidth,
maxWidth,
height,
minHeight,
maxHeight

implement like this.

<div className="w-max-7xl">
  <div className="font-sm relative -top-3.5">Hi</div>
  
  <h1 className="font-100 hover:font-900 ">Hi This is H1 Tag</h1>
  
  <div className="text-danger text-primary hover:text-opacity-50">Hover ME</div>

Run

  # app running...  
  yarn start
  

preview

Happy Codding

Keywords

css

FAQs

Package last updated on 26 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts