Socket
Book a DemoInstallSign in
Socket

aesthetic-adapter-css-modules

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aesthetic-adapter-css-modules

CSS modules support for Aesthetic.

latest
Source
npmnpm
Version
5.1.0
Version published
Maintainers
1
Created
Source

Aesthetic with CSS Modules

Build Status npm version npm deps

Provides CSS Modules support for Aesthetic, a React styling library.

import aesthetic from 'aesthetic';
import CSSModulesAdapter from 'aesthetic-adapter-css-modules';

aesthetic.configure({
  adapter: new CSSModulesAdapter(),
});

Requirements

  • Aesthetic
  • CSS Modules

Installation

yarn add aesthetic aesthetic-adapter-css-modules
// Or
npm install aesthetic aesthetic-adapter-css-modules

Documentation

https://milesj.gitbook.io/aesthetic/adapters/css-modules

Keywords

aesthetic

FAQs

Package last updated on 27 Jan 2020

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