Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "absurd", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"homepage": "https://github.com/krasimir/absurd", | ||
@@ -5,0 +5,0 @@ "description": "CSS preprocessor", |
@@ -1,6 +0,20 @@ | ||
absurd.js | ||
====== | ||
# absurd.js | ||
Writing your CSS in JavaScript. That's it! | ||
### Writing your CSS in JavaScript. That's it! | ||
For AbsurdJS, the following code is valid CSS: | ||
".navigation": { | ||
margin: "12px 0 0 0 ", | ||
type: "horizontal", | ||
a: { | ||
"element-style": "button", | ||
responsive: "true" | ||
} | ||
} | ||
*type*, *element-style* and *resposive* are just [plugins](https://github.com/krasimir/absurd#plugins) which return pure CSS. | ||
====== | ||
@@ -13,2 +27,4 @@ | ||
- [Testing](#testing) | ||
- Resources | ||
- In-depth article about AbsurdJS - [link](http://davidwalsh.name/write-css-javascript) | ||
@@ -15,0 +31,0 @@ ====== |
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
36293
472