Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nscss

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nscss - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc