🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

csstyle

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csstyle - npm Package Compare versions

Comparing version

to
1.5.1

2

bower.json
{
"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