Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gwen

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gwen

A utility-first CSS library designed for brevity

  • 0.14.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
75
Maintainers
2
Weekly downloads
 
Created
Source

Gwen

License npm stars coverage

if you're happy and you know it, star this repo ⭐
a @colinhacks production


Table of contents

Installation

To install the latest version:

npm install --save gwen
yarn add gwen
TypeScript versions

gwen@0.x is compatible with TypeScript 3.7+.

You must use "strict": true in your tsconfig.json! Otherwise you may get unexpected type errors.

Usage

import { Gwen } from 'gwen';

const gwen = new Gwen();

function Component() {
  return <p className={gwen.fontSize(14).color('blue').class}>Hello there</p>;
}

Changelog

versionrelease notes
gwen@1.0Initial release

FAQs

Package last updated on 12 Apr 2022

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