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

agile-css

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agile-css - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

7

package.json
{
"name": "agile-css",
"version": "2.1.3",
"version": "2.1.4",
"license": "MIT",

@@ -31,3 +31,3 @@ "main": "./dist/index.mjs",

"dependencies": {
"agile-css": "^2.1.2",
"agile-css": "^2.1.3",
"chokidar": "^3.5.3",

@@ -47,3 +47,4 @@ "commander": "^10.0.1",

}
}
},
"keywords": ["Atomic Css", "Reactjs", "Nextjs"]
}

@@ -1,2 +0,2 @@

### Auto generate css atomic
### Atomic css

@@ -6,6 +6,6 @@ [![npm version](https://badge.fury.io/js/agile-css.svg)](https://badge.fury.io/js/agile-css) [![npm](https://img.shields.io/npm/dw/agile-css.svg?logo=npm)](https://www.npmjs.com/package/agile-css) [![npm](https://img.shields.io/bundlephobia/minzip/agile-css)](https://www.npmjs.com/package/agile-css)

### Install and vscode extensions
### Install package and vscode extensions
```bash
npm install agile-css
npm i agile-css@latest
```

@@ -15,6 +15,6 @@

### Setup: add file `agilecss.config.mjs`
### Setup: add file `agilecss.config.ts`
```js
import { defineConfig, pfs, pixelToRem, rtl, validator } from "agile-css/dist/index.mjs";
import { defineConfig, pfs, pixelToRem, rtl, validator } from "agile-css";

@@ -33,4 +33,2 @@ export default defineConfig({

customValue(value) {
// customValue
console.log(value);
return value;

@@ -37,0 +35,0 @@ },

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