Socket
Socket
Sign inDemoInstall

css-utils

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-utils

A collection of css utility classes


Version published
Weekly downloads
297
decreased by-65.78%
Maintainers
1
Weekly downloads
 
Created
Source

css-utils

A collection of css utility classes. All classes are prefixed with u-

Install

$ npm install css-utils

Usage

In your html file, include the css-utils.css

<head>
    <link rel="stylesheet" href="./node_modules/css-utils/css-utils.css" />
</head>

API

flex
.u-flex

Adds display flex

flex-row
.u-flex-row

Adds display flex and flex-flow row

flex-n (0 to 10)
.u-flex-3

Adds flex: n

Keywords

FAQs

Package last updated on 09 Sep 2014

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc