aesthetic-adapter-css-modules
Advanced tools
Comparing version 3.0.0-alpha.5 to 3.0.0-rc.0
{ | ||
"name": "aesthetic-adapter-css-modules", | ||
"version": "3.0.0-alpha.5", | ||
"version": "3.0.0-rc.0", | ||
"description": "CSS modules support for Aesthetic.", | ||
@@ -22,5 +22,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"aesthetic": "^3.0.0-alpha.5" | ||
"aesthetic": "^3.0.0-rc.0" | ||
}, | ||
"gitHead": "97f09056e29d37a438711bf45b754724e0185502" | ||
"gitHead": "536107ce214791580e65f3f30c9e285f73fbb024" | ||
} |
@@ -10,2 +10,8 @@ # Aesthetic with CSS Modules | ||
```ts | ||
import CSSModulesAesthetic from 'aesthetic-adapter-css-modules'; | ||
const aesthetic = new CSSModulesAesthetic(options); | ||
``` | ||
## Requirements | ||
@@ -20,5 +26,5 @@ | ||
``` | ||
npm install aesthetic aesthetic-adapter-css-modules --save | ||
yarn add aesthetic aesthetic-adapter-css-modules | ||
// Or | ||
yarn add aesthetic aesthetic-adapter-css-modules | ||
npm install aesthetic aesthetic-adapter-css-modules | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4798
29