Socket
Book a DemoInstallSign in
Socket

@utilitycss/utility

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@utilitycss/utility

Generator for Utility CSS frameworks

latest
Source
npmnpm
Version
1.2.12
Version published
Weekly downloads
83
-56.99%
Maintainers
3
Weekly downloads
 
Created
Source

Node.js CI

UtilityCSS

Installation

$ yarn install @utilitycss/utility

Usage

Simple Default setting

This will use the default options for the plugins which is configured here.

In main.css

@utility;

In postcss.config.js

const utility = require("@utilitycss/utility");
module.exports = {
  plugins: [utility()]
};

Simple Default setting

In main.css

@utility;

In postcss.config.js

const utility = require("@utilitycss/utility");
module.exports = {
  plugins: [utility()]
};

PostCSS Options

optiondescription
config<Object> with the follow [key]:<value> breakPointSeparator: "", seriesSeparator: "", pseudoClassesSeparator: "", breakPoints: undefined
modulesList of modules in here.
pluginsList of modules in here.

Supported Modules

  • single
  • series
  • backgroundImage
  • border
  • spacing
  • position
  • zIndex
  • float
  • clear
  • colors
  • display
  • visibility
  • opacity
  • outline
  • overflow
  • resize
  • cursor
  • boxSizing
  • width
  • height
  • flexbox
  • font
  • verticalAlign
  • textAlign
  • textDecoration
  • textTransform
  • transform
  • transition

FAQs

Package last updated on 03 Nov 2025

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