Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "nscss", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "CSS for Components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -98,3 +98,3 @@ # NSCSS | ||
new NSSheet({ | ||
"@namespace": "App", | ||
"@namespace": "Button", | ||
"@define": { | ||
@@ -106,3 +106,2 @@ "Button": NSSheet.root() | ||
//Note: there is not change to the css output | ||
``` | ||
@@ -119,3 +118,3 @@ | ||
new NSSheet({ | ||
"@namespace": "App", | ||
"@namespace": "Button", | ||
"@define": { | ||
@@ -130,3 +129,2 @@ "Button": NSSheet.root({ | ||
//Note: there is not change to the css output | ||
``` | ||
@@ -146,3 +144,3 @@ | ||
new NSSheet({ | ||
"@namespace": "App", | ||
"@namespace": "Button", | ||
"@define": { | ||
@@ -158,5 +156,5 @@ "Button": NSSheet.root(), | ||
/* App root Label root */ | ||
.App◼Button .Label◼Text { color: red; } | ||
.Button◼Button .Label◼Text { color: red; } | ||
``` | ||
### Overrides |
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
3047
154