aesthetic-adapter-css-modules
TypeScript icon, indicating that this package has built-in type declarations

5.1.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i aesthetic-adapter-css-modules

      Weekly Downloads

      3

      Version

      5.1.0

      License

      MIT

      Unpacked Size

      6.42 kB

      Total Files

      8

      Last publish

      Collaborators

      • milesj