Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "csstyle", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"homepage": "http://www.csstyle.io", | ||
@@ -5,0 +5,0 @@ "authors": [ |
{ | ||
"name": "csstyle", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "clean, simple styling for styling the web.", | ||
@@ -25,7 +25,8 @@ "directories": { | ||
"scripts": { | ||
"test": "jasmine-node spec" | ||
"test": "jasmine-node spec", | ||
"sitecss": "sass -r sass-globbing ./site/site.scss > ./site/site.css" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/geddski/csstyle.git" | ||
"url": "git://github.com/csstyle/csstyle.git" | ||
}, | ||
@@ -46,5 +47,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/geddski/csstyle/issues" | ||
"url": "https://github.com/csstyle/csstyle/issues" | ||
}, | ||
"homepage": "http://www.csstyle.io" | ||
} |
@@ -14,3 +14,3 @@ # [csstyle](http://csstyle.io) | ||
2. Add `id="csstyle"` to your html or body element. This is necessary so that components with their | ||
parts and options can nest indefinitely yet always be overridden by tweaks and locations. | ||
parts and options can nest indefinitely yet always be overridden by tweaks. | ||
@@ -39,3 +39,3 @@ 3. Download csstyle from npm: | ||
Now you're set and can start creating components with options & parts, adding in tweaks and locations as needed. Enjoy! | ||
Now you're set and can start creating components with options & parts, adding in tweaks as needed. Enjoy! | ||
@@ -49,3 +49,2 @@ ## Customizing Styling Conventions | ||
- `tweaks`: `\+` | ||
- `locations`: `\@` | ||
- `rootId`: `csstyle` | ||
@@ -58,3 +57,2 @@ | ||
- `tweaks`: `$csstyle-tweak-symbol` | ||
- `locations`: `$csstyle-location-symbol` | ||
- `rootId`: `$csstyle-root-id` | ||
@@ -73,3 +71,2 @@ | ||
- `tweaks`: `tweakSymbol` | ||
- `locations`: `locationSymbol` | ||
- `rootId`: `rootId` | ||
@@ -95,6 +92,6 @@ | ||
```scss | ||
@include component(capacitor){ | ||
@include component(capacitor) { | ||
background: red; | ||
@include part(flux){ | ||
@include part(flux) { | ||
background: orange; | ||
@@ -104,3 +101,3 @@ } | ||
&:hover & { | ||
@include part(flux){ | ||
@include part(flux) { | ||
background: blue; | ||
@@ -107,0 +104,0 @@ } |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1
12391
9
139
104