Skip to content

Instantly share code, notes, and snippets.

@sufuf3
Last active July 30, 2017 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sufuf3/5e95fa912add75d2729c390247825c09 to your computer and use it in GitHub Desktop.
Save sufuf3/5e95fa912add75d2729c390247825c09 to your computer and use it in GitHub Desktop.
cssobj_git_diff.json
{
- "name": "cssobj",
- "description": "Runtime CSS manager, Turn CSS into dynamic JS module, Stylesheet CRUD (Create, Read, Update, Delete) in CSSOM, Solve com
mon problems of CSS-in-JS, name space (local) class names, media query hook for IE8, styled components",
- "filename": "cssobj.min.js",
- "keywords": [
- "cssom",
- "prefixer",
- "css generate",
- "diff css",
- "media query",
- "css modules"
- ],
- "author": "James Yang <jamesyang999@gmail.com>",
- "homepage": "https://cssobj.github.io/cssobj-demo/",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cssobj/cssobj.git"
- },
- "npmName": "cssobj",
- "npmFileMap": [
+ "name": "cssobj",
+ "description": "Runtime CSS manager, Turn CSS into dynamic JS module, Stylesheet CRUD (Create, Read, Update, Delete) in CSSOM, Solve commo
n problems of CSS-in-JS, name space (local) class names, media query hook for IE8, styled components",
+ "filename": "cssobj.min.js",
+ "keywords": [
+ "cssom",
+ "prefixer",
+ "css generate",
+ "diff css",
+ "media query",
+ "css modules"
+ ],
+ "author": "James Yang <jamesyang999@gmail.com>",
+ "homepage": "https://cssobj.github.io/cssobj-demo/",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/cssobj/cssobj.git"
+ },
+ "npmName": "cssobj",
+ "npmFileMap": [
{
"basePath": "dist",
"files": [
- "**/cssobj.!(amd|cjs|es)*"
+ "**/cssobj.!(amd|cjs|es)*"
]
}
],
- "license": "MIT"
+ "license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment